File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ a:active {
245
245
bottom : 0 ;
246
246
background : # 111111 ;
247
247
z-index : 1000000 ;
248
- padding : 24px ;
248
+ padding : 24px 15 px ;
249
249
display : flex;
250
250
flex-direction : column;
251
251
display : none;
@@ -263,7 +263,7 @@ body.mobile-nav-open {
263
263
}
264
264
265
265
.mobile-nav-logo img {
266
- width : 60 px ;
266
+ width : 70 px ;
267
267
}
268
268
269
269
.mobile-nav-head {
@@ -274,8 +274,8 @@ body.mobile-nav-open {
274
274
275
275
.mobile-nav-close span {
276
276
position : relative;
277
- width : 22 px ;
278
- height : 22 px ;
277
+ width : 24 px ;
278
+ height : 24 px ;
279
279
display : block;
280
280
cursor : pointer;
281
281
}
@@ -284,7 +284,7 @@ body.mobile-nav-open {
284
284
.mobile-nav-close span ::after {
285
285
content : "" ;
286
286
position : absolute;
287
- width : 22 px ;
287
+ width : 24 px ;
288
288
height : 2px ;
289
289
background : # fff ;
290
290
transition : all 100ms ease-in;
@@ -358,6 +358,12 @@ body.mobile-nav-open {
358
358
padding-top : 30px ;
359
359
}
360
360
361
+ @media (max-width : 1020px ) {
362
+ .top-wrapper {
363
+ padding-top : 24px ;
364
+ }
365
+ }
366
+
361
367
.m-l-30 {
362
368
margin-left : 30px !important ;
363
369
}
You can’t perform that action at this time.
0 commit comments