File tree Expand file tree Collapse file tree 1 file changed +28
-24
lines changed Expand file tree Collapse file tree 1 file changed +28
-24
lines changed Original file line number Diff line number Diff line change @@ -1197,11 +1197,38 @@ footer {
1197
1197
}
1198
1198
}
1199
1199
1200
- @media screen and (max-width : 900 px ) {
1200
+ @media screen and (max-width : 955 px ) {
1201
1201
1202
1202
// Redefine only for mobile
1203
1203
$nav-height : 60px ;
1204
1204
1205
+ nav {
1206
+ height : $nav-height ;
1207
+ position : absolute ;
1208
+
1209
+ #logo img {
1210
+ width : $nav-height ;
1211
+ height : $nav-height ;
1212
+ }
1213
+
1214
+ #mlh-badge {
1215
+ width : 90px ;
1216
+ }
1217
+
1218
+ .link {
1219
+ display : none ;
1220
+ }
1221
+
1222
+ #login {
1223
+ padding : 8px 30px ;
1224
+ margin : 0 ;
1225
+ font-size : 0.8em ;
1226
+ }
1227
+ }
1228
+ }
1229
+
1230
+ @media screen and (max-width : 900px ) {
1231
+
1205
1232
h1 , section > p {
1206
1233
text-align : center ;
1207
1234
}
@@ -1226,23 +1253,6 @@ footer {
1226
1253
padding : 20px ;
1227
1254
}
1228
1255
1229
- nav {
1230
- height : $nav-height ;
1231
- position : absolute ;
1232
-
1233
- #logo img {
1234
- width : $nav-height ;
1235
- height : $nav-height ;
1236
- }
1237
-
1238
- #mlh-badge {
1239
- width : 90px ;
1240
- }
1241
-
1242
- .link {
1243
- display : none ;
1244
- }
1245
- }
1246
1256
1247
1257
#hero {
1248
1258
#hero-content {
@@ -1440,12 +1450,6 @@ footer {
1440
1450
padding : 20px ;
1441
1451
}
1442
1452
1443
- nav #login {
1444
- padding : 8px 30px ;
1445
- margin : 0 ;
1446
- font-size : 0.8em ;
1447
- }
1448
-
1449
1453
#hero {
1450
1454
1451
1455
p {
You can’t perform that action at this time.
0 commit comments