diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 0e3dc94..97154e4 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -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; + } +}