Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit bf0f8ed

Browse files
committed
style: update website stylesheet
1 parent dc8683a commit bf0f8ed

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"application":{"js":"/assets/application.24610b7d.js","css":"/assets/application.81018cf1.css"},"":{"woff":"/assets/chatter.47c9104.woff","eot":"/assets/chatter.367cdc4.eot","png":["/assets/footer-bg.bbcafed.png","/assets/owl.video.play.4a37f80.png"],"jpg":["/assets/banner-bg.797c305.jpg","/assets/slack-bg.3b3462c.jpg"],"ttf":"/assets/chatter.c07dbe6.ttf","svg":"/assets/chatter.424478c.svg","js":"/assets/0.c1f69a5c.js"}}
1+
{"application":{"js":"/assets/application.24610b7d.js","css":"/assets/application.c0bb2aba.css"},"":{"woff":"/assets/chatter.47c9104.woff","eot":"/assets/chatter.367cdc4.eot","png":["/assets/footer-bg.bbcafed.png","/assets/owl.video.play.4a37f80.png"],"jpg":["/assets/banner-bg.797c305.jpg","/assets/slack-bg.3b3462c.jpg"],"ttf":"/assets/chatter.c07dbe6.ttf","svg":"/assets/chatter.424478c.svg","js":"/assets/0.c1f69a5c.js"}}

resources/assets/sass/_base.scss

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ ul {
8181
padding: 0;
8282
}
8383

84-
.container {
85-
width: 400px;
86-
@include media-breakpoint-up(md) {
87-
width: 100%;
88-
}
89-
}
9084

9185
nav.site_nav {
9286
position: fixed;
@@ -181,12 +175,12 @@ nav.site_nav {
181175

182176
a {
183177
color: $gray-900;
184-
padding: 20px 15px;
185-
border-bottom: 3px solid transparent;
178+
padding: 23px 15px;
186179
transition: all 0.2s ease-in-out;
180+
background-color: transparent;
187181
&:hover, &.active {
188-
color: $primary;
189-
border-color: $primary;
182+
color: $white;
183+
background-color: $primary;
190184
}
191185
}
192186
}
@@ -381,7 +375,7 @@ nav.slide_menu {
381375
footer.footer {
382376
position: relative;
383377
padding-top: 60px;
384-
padding-bottom: 100px;
378+
padding-bottom: 30px;
385379
background-image: url(img/footer-bg.png);
386380
background-size: cover;
387381
background-repeat: no-repeat;
@@ -432,7 +426,7 @@ footer.footer {
432426
}
433427

434428
.footer-links {
435-
margin-bottom: 50px;
429+
margin-bottom: 30px;
436430
a {
437431
color: $gray-200;
438432
font-size: 14px;
@@ -446,8 +440,9 @@ footer.footer {
446440

447441
p {
448442
font-family: 'Miriam Libre', sans-serif;
449-
margin-bottom: 55px;
443+
margin-bottom: 20px;
450444
font-weight: bold;
445+
font-size: 14px;
451446
}
452447

453448
hr.footer_bar {

resources/assets/sass/pages/_blog.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
}
7777

7878
.post__content {
79+
font-size: 18px;
7980
margin-bottom: 30px;
8081
}
8182

@@ -106,6 +107,10 @@
106107
font-size: 16px;
107108
}
108109
}
110+
111+
.post__content {
112+
font-size: 20px;
113+
}
109114
}
110115
}
111116

resources/views/layouts/app.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ function gtag(){dataLayer.push(arguments);}
173173
<li class="link__github"><a href="https://github.com/laravelcm" target="_blank">Github</a></li>
174174
</ul>
175175
<p> &copy; Copyright {{ date('Y') }}</p>
176-
<hr class="footer_bar">
177176
</div>
178177
</footer>
179178

0 commit comments

Comments
 (0)