FEATURE Refining components
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-13 15:46:53 +01:00
parent 5580d9e496
commit 224913c8e9

View File

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