STYLE add styling for content section layout with responsive inner container

This commit is contained in:
Antoine M 2025-05-29 10:42:32 +02:00
parent 36ffea86a5
commit b37edb1a75

View File

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