carhop__carhop-theme__DEV/resources/css/layout/section.css

7 lines
147 B
CSS

:where(.content-section) {
.content-section__inner {
@apply max-w-screen-2xl mx-auto px-12 xl:px-20 py-16;
overflow: hidden;
}
}