mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-24 18:55:26 -05:00
17 lines
226 B
CSS
17 lines
226 B
CSS
.sectionWrapper {
|
|
display: flex;
|
|
padding: 180px 0;
|
|
}
|
|
|
|
.sectionWrapper .content {
|
|
width: 100%;
|
|
max-width: var(--maxwidth);
|
|
margin: auto;
|
|
}
|
|
|
|
@media screen and (max-width: 840px) {
|
|
.sectionWrapper {
|
|
padding: 90px 0;
|
|
}
|
|
}
|