File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,12 +114,18 @@ body {
114114 background-size : 700px ;
115115
116116 @media (max-width : 1100px ) {
117- /* background-image: asset-url("home/about-background-bricks-double.svg");*/
118- height : 1200px ;
117+ background : asset-url (" home_asset_1_2.png" ) no-repeat left ;
118+ height : 200% ;
119+ width : 100% ;
119120 opacity : 0.15 ;
121+ margin-top : 100px ;
120122 }
121123 @media (max-width : 480px ) {
122- margin-top : 40px ;
124+ background-size : 450px ;
125+ margin-top : 0px ;
126+ }
127+ @media (max-width : 400px ) {
128+ margin-top : 50px ;
123129 }
124130}
125131
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $nav-space-tablet: 15px;
2424 font-weight : bold ;
2525 padding-right : 5% ;
2626 @media (max-width : 1100px ) {
27- padding-top : 40 px ;
27+ padding-top : 30 px ;
2828 padding-bottom : 20px ;
2929 }
3030}
@@ -120,8 +120,9 @@ $nav-space-tablet: 15px;
120120.nav__signup__button {
121121 position : fixed ;
122122 right : 140px ;
123+ width : 115px ;
123124 @media (max-width : 850px ) {
124125 left : 120px ;
125- top : 30 px ;
126+ top : 15 px ;
126127 }
127128}
You can’t perform that action at this time.
0 commit comments