File tree 2 files changed +21
-6
lines changed
2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 161
161
162
162
// iPhone4、iPhone5、iPhone6
163
163
@media (max-width : 600px ) {
164
- .footer .qr_code_outer {
165
- left : 45% ;
166
- margin-top : -50% ;
164
+ // .footer .qr_code_outer {
165
+ // left: 45%;
166
+ // margin-top: -50%;
167
+ // }
168
+ // TODO: sidebar
169
+ .footer {
170
+ display : none ;
167
171
}
168
172
}
Original file line number Diff line number Diff line change @@ -338,7 +338,6 @@ nav.mobile-sidebar {
338
338
@media only screen and (max-width : 600px ) {
339
339
.header {
340
340
.container {
341
- padding : 5px ;
342
341
justify-content : space-between ;
343
342
}
344
343
.nav-brand {
@@ -350,17 +349,29 @@ nav.mobile-sidebar {
350
349
}
351
350
352
351
.nav-btn {
352
+ text-align : center ;
353
353
background-color : rgba (0 , 0 , 0 , 0.175 );
354
354
}
355
355
}
356
356
357
- @media only screen and (max-width : 360 px ) {
357
+ @media only screen and (max-width : 375 px ) {
358
358
.header {
359
359
.nav-brand {
360
360
height : 24px ;
361
361
}
362
362
.search-wrapper {
363
- width : 10rem ;
363
+ width : 11rem ;
364
+ }
365
+ }
366
+ }
367
+
368
+ @media only screen and (max-width : 320px ) {
369
+ .header {
370
+ .nav-brand {
371
+ height : 22px ;
372
+ }
373
+ .search-wrapper {
374
+ width : 9rem ;
364
375
}
365
376
}
366
377
}
You can’t perform that action at this time.
0 commit comments