carhop__carhop-theme__DEV/resources/css/layout/section.css
2025-09-18 16:11:35 +02:00

7 lines
163 B
CSS

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