diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 3d5a712..969916a 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -39,3 +39,7 @@ body { @apply pointer-events-none; } } +/* block-editor-block-list__block wp-block has-child-selected carhop-heading carhop-heading--hierarchy-classic wp-block-carhop-blocks-heading */ +.block-editor-block-list__block.wp-block-carhop-blocks-heading { + @apply mx-auto; +}