File tree Expand file tree Collapse file tree 1 file changed +22
-10
lines changed
Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Original file line number Diff line number Diff line change 1010
1111html {
1212 scroll-behavior : smooth;
13- overflow-x : clip ;
13+ overflow-x : hidden ;
1414}
1515
1616html ,
@@ -26,7 +26,10 @@ body {
2626 color : # 334155 ;
2727 background : # f8fafc ;
2828}
29-
29+ main {
30+ max-width : 1400px ;
31+ margin : 0 auto;
32+ }
3033body .menu-open {
3134 position : fixed;
3235 width : 100% ;
@@ -35,10 +38,13 @@ body.menu-open {
3538}
3639
3740section ,
38- header ,
3941footer {
40- max-width : 100vw ;
41- overflow-x : hidden;
42+ width : 100% ;
43+ max-width : 1400px ;
44+ margin : 72px auto;
45+ padding : 40px 5% ;
46+ overflow : visible;
47+ box-sizing : border-box;
4248}
4349
4450section [id ],
@@ -621,7 +627,7 @@ footer {
621627@media (max-width : 768px ) {
622628
623629 .navbar {
624- padding : 0 10 px ;
630+ padding : 0 4 % ;
625631 }
626632
627633 .hamburger {
@@ -663,17 +669,23 @@ footer {
663669 }
664670
665671 section {
666- margin : 40px 16 px ;
667- padding : 24 px ;
672+ margin : 40px 4 % ;
673+ padding : 32 px 6 % ;
668674 }
669675
670676 .site-header {
671- padding-left : 16 px ;
672- padding-right : 16 px ;
677+ margin : 40 px 4 % ;
678+ padding : 32 px 6 % ;
673679 }
674680}
675681
676682@media (max-width : 640px ) {
683+
684+ .site-header {
685+ margin : 32px 2% ;
686+ padding : 24px 4% ;
687+ }
688+
677689 .services-grid {
678690 grid-template-columns : 1fr ;
679691 }
You can’t perform that action at this time.
0 commit comments