File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
-
1
+
2
2
//
3
3
// IMPORTS
4
4
//
@@ -215,7 +215,7 @@ nav {
215
215
216
216
@include mobile {
217
217
float : none ;
218
- margin-top : 15 px ;
218
+ margin-top : 9 px ;
219
219
display : block ;
220
220
font-size : 16px ;
221
221
}
@@ -226,15 +226,14 @@ nav {
226
226
text-align : right ;
227
227
font-weight : 300 ;
228
228
letter-spacing : 1px ;
229
-
229
+
230
230
@include mobile {
231
231
margin : 0 10px ;
232
+ color : $blue ;
232
233
}
233
234
}
234
235
}
235
236
236
-
237
-
238
237
//
239
238
// .main
240
239
//
@@ -269,4 +268,4 @@ nav {
269
268
footer {
270
269
padding : 20px 0 ;
271
270
text-align : center ;
272
- }
271
+ }
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ nav {
466
466
@media screen and (max-width : 520px ) {
467
467
nav {
468
468
float : none;
469
- margin-top : 15 px ;
469
+ margin-top : 9 px ;
470
470
display : block;
471
471
font-size : 16px ; } }
472
472
nav a {
@@ -477,7 +477,8 @@ nav {
477
477
letter-spacing : 1px ; }
478
478
@media screen and (max-width : 520px ) {
479
479
nav a {
480
- margin : 0 10px ; } }
480
+ margin : 0 10px ;
481
+ color : # 4183c4 ; } }
481
482
482
483
.posts > .post {
483
484
padding-bottom : 2em ;
You can’t perform that action at this time.
0 commit comments