Skip to content

Commit f264650

Browse files
committed
Mobile header tweaks
1 parent 2e8d4bb commit f264650

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

scss/style.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
//
33
// IMPORTS
44
//
@@ -215,7 +215,7 @@ nav {
215215

216216
@include mobile {
217217
float: none;
218-
margin-top: 15px;
218+
margin-top: 9px;
219219
display: block;
220220
font-size: 16px;
221221
}
@@ -226,15 +226,14 @@ nav {
226226
text-align: right;
227227
font-weight: 300;
228228
letter-spacing: 1px;
229-
229+
230230
@include mobile {
231231
margin: 0 10px;
232+
color: $blue;
232233
}
233234
}
234235
}
235236

236-
237-
238237
//
239238
// .main
240239
//
@@ -269,4 +268,4 @@ nav {
269268
footer {
270269
padding: 20px 0;
271270
text-align: center;
272-
}
271+
}

style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ nav {
466466
@media screen and (max-width: 520px) {
467467
nav {
468468
float: none;
469-
margin-top: 15px;
469+
margin-top: 9px;
470470
display: block;
471471
font-size: 16px; } }
472472
nav a {
@@ -477,7 +477,8 @@ nav {
477477
letter-spacing: 1px; }
478478
@media screen and (max-width: 520px) {
479479
nav a {
480-
margin: 0 10px; } }
480+
margin: 0 10px;
481+
color: #4183c4; } }
481482

482483
.posts > .post {
483484
padding-bottom: 2em;

0 commit comments

Comments
 (0)