mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-23 10:15:37 -05:00
22 lines
294 B
CSS
22 lines
294 B
CSS
.sectionWrapper {
|
|
position: relative;
|
|
display: flex;
|
|
padding: 180px 0;
|
|
}
|
|
|
|
.sectionWrapper.compact {
|
|
padding: 90px 0;
|
|
}
|
|
|
|
.sectionWrapper .content {
|
|
width: 100%;
|
|
max-width: var(--maxwidth);
|
|
margin: auto;
|
|
}
|
|
|
|
@media screen and (max-width: 840px) {
|
|
.sectionWrapper {
|
|
padding: 90px 0;
|
|
}
|
|
}
|