From 809302176486c60b2c0cb5af64213e7334188037 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 16 Nov 2023 16:26:03 +0100 Subject: [PATCH] hadnling block column spacing --- resources/css/editor-content/gutenberg.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 {