File tree Expand file tree Collapse file tree 2 files changed +36
-9
lines changed Expand file tree Collapse file tree 2 files changed +36
-9
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,20 @@ footer.footer {
63
63
font-size : 1rem ;
64
64
}
65
65
66
- @media screen and (max-width : 800 px ) {
66
+ @media screen and (max-width : 768 px ) {
67
67
.sections-footer {
68
- font-size : 0.5rem ;
69
68
line-height : unset;
70
69
padding : 1rem ;
70
+ /* max-width: 80%; */
71
71
}
72
+
73
+ .sections-footer-container {
74
+ flex-direction : column-reverse;
75
+ gap : 0.25rem ;
76
+ align-items : center;
77
+ }
78
+
79
+ /* .sections-footer-container-left {
80
+ max-width: 80%;
81
+ } */
72
82
}
Original file line number Diff line number Diff line change 302
302
display : none;
303
303
}
304
304
305
- .sectionWhite-heading-blue > p {
305
+ /* .sectionWhite-heading-blue > p {
306
306
font-size: 1.25rem;
307
307
}
308
308
309
309
.get-started-button {
310
310
padding: 0.5rem 2rem;
311
311
font-size: 0.5rem;
312
- }
312
+ } */
313
313
}
314
314
315
- @media screen and (max-width : 640px ) {
316
- .tile {
317
- width : 100% ;
315
+ @media screen and (max-width : 768px ) {
316
+ .sections-page .sectionbody {
317
+ /* max-width: 80% !important; */
318
+ text-align : center;
319
+ }
320
+
321
+ .sectionbody .tile {
322
+ width : 80% ;
323
+ margin : 0 auto;
324
+ padding : 2rem ;
325
+ }
326
+
327
+ .sectionbody .sectionTitle {
328
+ position : relative;
329
+ margin : 0 auto;
318
330
}
319
331
320
332
.sectionWhite-heading-blue > p {
321
- font-size : 1 rem ;
333
+ font-size : 1.75 rem ;
322
334
}
323
335
324
336
.sectionbody .sectionWhite .content {
325
337
flex-direction : column;
326
338
}
327
339
340
+ .sectionbody .sectionBlue .content ,
341
+ .sectionbody .sectionPurple .content {
342
+ grid-gap : unset;
343
+ }
344
+
328
345
.sectionWhite-heading {
329
- font-size : 1.5 rem ;
346
+ font-size : 1.75 rem ;
330
347
}
331
348
}
You can’t perform that action at this time.
0 commit comments