STYLE add styling for content section layout with responsive inner container
This commit is contained in:
parent
36ffea86a5
commit
b37edb1a75
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user