From 224913c8e948ac57eea3050d86ee5c631590fbfd Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 13 Feb 2026 15:46:53 +0100 Subject: [PATCH] FEATURE Refining components --- resources/css/blocks/chapter-section.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/chapter-section.css b/resources/css/blocks/chapter-section.css index c15cf84..ac39a94 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -160,10 +160,16 @@ .chapter-section--width-full.chapter-section--has-background + .chapter-section--width-full.chapter-section--has-background { - @apply !-mt-20; + /* @apply !-mt-20; */ + @apply bg-red-500; } .wp-block-carhop-blocks-content-box .chapter-section { @apply py-8 md:py-10; min-height: unset; } + +.has-background.alignfull + .chapter-section { + @apply !mt-0 !pt-16 !pb-16; + min-height: 30vh; +}