STYLE Refining spacings

This commit is contained in:
Antoine M 2025-10-02 10:34:25 +02:00
parent 54ea90bafd
commit 8284a1e7a0

View File

@ -1,5 +1,5 @@
.chapter-section {
@apply relative lg:flex items-center justify-between gap-8 2xl:gap-12 !my-0;
@apply relative lg:flex items-center justify-between gap-8 2xl:gap-12 !my-16;
@apply py-32 xl:py-32 2xl:py-48 px-4 md:px-12;
@apply max-w-screen-2xl mx-auto;
color: var(--content-box-text-color);
@ -118,3 +118,8 @@
@apply -rotate-1;
}
}
.chapter-section--width-full.chapter-section--has-background
+ .chapter-section--width-full.chapter-section--has-background {
@apply !-mt-20;
}