FIX center problems with content box blocks since handling shape types

This commit is contained in:
Antoine M 2026-03-24 15:32:50 +01:00
parent f41f32207f
commit f98c8f6bf9

View File

@ -82,3 +82,9 @@ body {
.wp-block-carhop-blocks-document-card:focus:after {
@apply !static;
}
.content-box__innerblocks {
.block-editor-inner-blocks {
@apply mx-auto;
}
}