diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index d3725e4..2ce9c06 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -57,6 +57,14 @@ article > *:not(.entry-content, .chapter-header-block), } } +.wp-block-columns { + @apply gap-4; +} +.wp-block-image { + img { + @apply rounded-3xl; + } +} .entry-content, .page-content, .homegrade-page-container {