diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 2ce9c06..921ca7f 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -60,11 +60,21 @@ article > *:not(.entry-content, .chapter-header-block), .wp-block-columns { @apply gap-4; } +.wp-block-column { + :first-child { + @apply mt-0; + } + .homegrade-blocks-highlight { + @apply mt-0; + } +} + .wp-block-image { img { @apply rounded-3xl; } } + .entry-content, .page-content, .homegrade-page-container {