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; +}