STYLE Fix for few blocks behaviours

This commit is contained in:
Antoine M 2025-10-01 12:31:48 +02:00
parent b77435a4f0
commit 0031fccef8

View File

@ -26,3 +26,13 @@ body {
.acf-block-fields { .acf-block-fields {
@apply max-w-screen-md mx-auto; @apply max-w-screen-md mx-auto;
} }
.wp-block-carhop-blocks-cta {
&.is-selected::after {
@apply !static;
}
}
.deligraph-blocks-chapter-section {
@apply !px-0;
}