Skip to content

Commit 367e69a

Browse files
committed
phone design in progress
1 parent 5a35f86 commit 367e69a

File tree

2 files changed

+36
-9
lines changed

2 files changed

+36
-9
lines changed

src/css/footer.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,20 @@ footer.footer {
6363
font-size: 1rem;
6464
}
6565

66-
@media screen and (max-width: 800px) {
66+
@media screen and (max-width: 768px) {
6767
.sections-footer {
68-
font-size: 0.5rem;
6968
line-height: unset;
7069
padding: 1rem;
70+
/* max-width: 80%; */
7171
}
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+
} */
7282
}

src/css/sections.css

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -302,30 +302,47 @@
302302
display: none;
303303
}
304304

305-
.sectionWhite-heading-blue > p {
305+
/* .sectionWhite-heading-blue > p {
306306
font-size: 1.25rem;
307307
}
308308
309309
.get-started-button {
310310
padding: 0.5rem 2rem;
311311
font-size: 0.5rem;
312-
}
312+
} */
313313
}
314314

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;
318330
}
319331

320332
.sectionWhite-heading-blue > p {
321-
font-size: 1rem;
333+
font-size: 1.75rem;
322334
}
323335

324336
.sectionbody .sectionWhite .content {
325337
flex-direction: column;
326338
}
327339

340+
.sectionbody .sectionBlue .content,
341+
.sectionbody .sectionPurple .content {
342+
grid-gap: unset;
343+
}
344+
328345
.sectionWhite-heading {
329-
font-size: 1.5rem;
346+
font-size: 1.75rem;
330347
}
331348
}

0 commit comments

Comments
 (0)