From 76ac0d55c42477c921e8986c4cda3e1d671867d5 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Mon, 10 Nov 2025 12:22:20 +0100 Subject: [PATCH] STYLE Increasing vertical spacing for columns in Gutenberg CSS --- resources/css/editor-content/gutenberg.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index c05eb18..1434761 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -62,7 +62,7 @@ article > *:not(.entry-content, .chapter-header-block), } .wp-block-columns { - @apply gap-4 my-6; + @apply gap-4 my-8; } .wp-block-column { :first-child {