From d574a7f385b64171af0c2d227cd7ab048230f5b5 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 4 Dec 2025 16:59:55 +0100 Subject: [PATCH] STYLE Add padding and adjust min-height for chapter section in content box --- resources/css/blocks/chapter-section.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/css/blocks/chapter-section.css b/resources/css/blocks/chapter-section.css index f5ee3a2..fbd6826 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -162,3 +162,8 @@ + .chapter-section--width-full.chapter-section--has-background { @apply !-mt-20; } + +.wp-block-carhop-blocks-content-box .chapter-section { + @apply py-8 md:py-10; + min-height: unset; +}