File tree Expand file tree Collapse file tree 1 file changed +35
-7
lines changed Expand file tree Collapse file tree 1 file changed +35
-7
lines changed Original file line number Diff line number Diff line change 40
40
41
41
42
42
.container {
43
- grid-template-rows : 115px 300px auto auto ;
44
-
43
+ grid-template-rows : 115px auto 939px auto auto ;
45
44
grid-template-areas :
46
45
" h h h h h h h h h h h h"
47
46
" i i i i i i i i i i i i"
@@ -124,7 +123,7 @@ nav > ul li a:active {
124
123
@media only screen and (max-width : 992px ) {
125
124
126
125
.appInfo {
127
- padding-top : 0 px ;
126
+ padding-top : 50 px ;
128
127
justify-content : center ;
129
128
}
130
129
@@ -232,16 +231,18 @@ nav > ul li a:active {
232
231
@media only screen and (max-width : 992px ) {
233
232
234
233
.iphonePreview {
235
- margin-top : 168px ;
236
- background-position : center ;
234
+ display : flex ;
235
+ justify-content : center ;
236
+ background-position : center 0 ;
237
+ margin-top : 47px ;
237
238
}
238
239
239
240
.iphoneScreen {
240
-
241
+
241
242
}
242
243
243
244
.videoContainer {
244
-
245
+ margin-left : -100 px ;
245
246
}
246
247
247
248
}
@@ -327,6 +328,33 @@ nav > ul li a:active {
327
328
line-height : 1.5 ;
328
329
}
329
330
331
+ @media only screen and (max-width : 992px ) {
332
+
333
+ .features {
334
+ flex-grow : 1 ;
335
+ flex-direction : row ;
336
+ flex-wrap : wrap ;
337
+ }
338
+
339
+ .feature {
340
+ display : flex ;
341
+ padding-top : 41px ;
342
+ padding-left : 15px ;
343
+ padding-right : 15px ;
344
+ width : 100% ;
345
+ }
346
+
347
+ .feature :nth-child (3 n ) {
348
+ padding-right : 15px ;
349
+ }
350
+
351
+ .feature :nth-child (3 n +1 ) {
352
+ padding-left : 15px ;
353
+ }
354
+
355
+
356
+ }
357
+
330
358
footer {
331
359
grid-area : f;
332
360
display : flex ;
You can’t perform that action at this time.
0 commit comments