99 url ($header-image );
1010
1111 background-repeat : no-repeat ;
12- background-size : 100 % auto ;
12+ background-size : cover ;
1313 background-position : top ;
1414 border-radius : 0px 0px 40px 40px ;
1515}
3636 " f f f f f f f f f f f f" ;
3737}
3838
39+ @media only screen and (max-width : 992px ) {
40+
41+
42+ .container {
43+ grid-template-rows : 115px 300px auto auto ;
44+
45+ grid-template-areas :
46+ " h h h h h h h h h h h h"
47+ " i i i i i i i i i i i i"
48+ " p p p p p p p p p p p p"
49+ " c c c c c c c c c c c c"
50+ " f f f f f f f f f f f f" ;
51+ }
52+ }
53+
3954header {
4055 grid-area : h;
4156 display : flex ;
@@ -106,6 +121,15 @@ nav > ul li a:active {
106121 align-content : flex-start ;
107122}
108123
124+ @media only screen and (max-width : 992px ) {
125+
126+ .appInfo {
127+ padding-top : 0px ;
128+ justify-content : center ;
129+ }
130+
131+ }
132+
109133.appIconShadow {
110134 display : flex ;
111135 filter : $drop-shadow ;
@@ -148,22 +172,51 @@ nav > ul li a:active {
148172 color : #fff ;
149173}
150174
151- .downloadButtonsContainer {
152- display : flex ;
175+ @media only screen and (max-width : 992px ) {
176+
177+ .appDescription {
178+ text-align : center ;
179+ }
153180
181+ }
182+
183+ .downloadButtonsContainer {
184+ display : inline-flex ;
185+ flex-direction : column ;
154186 margin-top : 42px ;
155187 filter : $drop-shadow ;
156188}
157189
190+ @media only screen and (max-width : 992px ) {
191+
192+ .downloadButtonsContainer {
193+ align-items : center ;
194+ }
195+
196+ }
197+
158198.playStore {
159199 height : 75px ;
160200 margin-right : 25px ;
201+ margin-bottom : 27px ;
161202}
162203
204+ @media only screen and (max-width : 992px ) {
205+
206+ .playStore {
207+ margin-right : 0px ;
208+ }
209+
210+ }
211+
163212.appStore {
164213 height : 75px ;
165214}
166215
216+ .playStoreLink {
217+ margin : 0px ;
218+ }
219+
167220.appStoreLink {
168221 margin : 0px ;
169222}
@@ -176,6 +229,23 @@ nav > ul li a:active {
176229 margin-top : 68px ;
177230}
178231
232+ @media only screen and (max-width : 992px ) {
233+
234+ .iphonePreview {
235+ margin-top : 168px ;
236+ background-position : center ;
237+ }
238+
239+ .iphoneScreen {
240+
241+ }
242+
243+ .videoContainer {
244+
245+ }
246+
247+ }
248+
179249.iphoneScreen {
180250 width : 388px ;
181251 height : 839px ;
0 commit comments