REFINING block chaining aspect
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-04 11:22:06 +01:00
parent b462fbfed4
commit 0cbbdd79a9

View File

@ -7,3 +7,18 @@
display: block; display: block;
} }
} }
.wp-block-carhop-blocks-notice-panel + .wp-block-image.is-style-framed {
@apply mt-8;
}
h1.is-style-stroked-after,
h2.is-style-stroked-after {
@apply flex items-end gap-2;
overflow-wrap: anywhere;
&:after {
@apply flex-auto border-b border-primary border-solid mb-2;
content: '';
display: block;
}
}