From 4a8331e4c515ce9201ad9e8b344bff76a2844a30 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 23 Jan 2024 17:21:50 +0100 Subject: [PATCH] responsive gap adjustement --- resources/css/blocks/highlight.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index 26edb2b..3487520 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -50,6 +50,12 @@ .wp-block-button + * { @apply mt-6; } + .wp-block-buttons { + @apply gap-y-0; + .wp-block-button { + @apply mt-0; + } + } &--classic { @apply bg-primary text-white; .icon {