STYLE Add padding and adjust min-height for chapter section in content box

This commit is contained in:
Antoine M 2025-12-04 16:59:55 +01:00
parent a3047cb85c
commit d574a7f385

View File

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