File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 77
88.frame
99 position : fixed
10- z-index : 9999999 s
10+ z-index : 9999999
1111 top : 0
1212 height : 0
1313 width : 100%
2121 flex-direction : column
2222 padding : 0 $s * 4
2323 margin : 0 auto
24- max-width : 1200px
24+ max-width : 1200px
25+ @media screen and (max-width : $mobile-view)
26+ padding : 0 $s * 3
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ body {
361361}
362362.frame {
363363 position : fixed;
364- z-index : 9999999 s ;
364+ z-index : 9999999 ;
365365 top : 0 ;
366366 height : 0 ;
367367 width : 100% ;
@@ -377,3 +377,8 @@ body {
377377 margin : 0 auto;
378378 max-width : 1200px ;
379379}
380+ @media screen and (max-width : 540px ) {
381+ .wrap {
382+ padding : 0 48px ;
383+ }
384+ }
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ body {
361361}
362362.frame {
363363 position : fixed;
364- z-index : 9999999 s ;
364+ z-index : 9999999 ;
365365 top : 0 ;
366366 height : 0 ;
367367 width : 100% ;
@@ -377,3 +377,8 @@ body {
377377 margin : 0 auto;
378378 max-width : 1200px ;
379379}
380+ @media screen and (max-width : 540px ) {
381+ .wrap {
382+ padding : 0 48px ;
383+ }
384+ }
You can’t perform that action at this time.
0 commit comments