From 8284a1e7a0dd87ca62b5e343e90bb8f59148fc3b Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 2 Oct 2025 10:34:25 +0200 Subject: [PATCH] STYLE Refining spacings --- resources/css/blocks/chapter-section.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/chapter-section.css b/resources/css/blocks/chapter-section.css index 20d5863..498bc6e 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -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; +}