website/components/Section/Section.module.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;
}
}