From 43d073166a89b15623c4b2f6bdf980e418c2ba22 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 26 Oct 2023 17:56:57 +0200 Subject: [PATCH] updating and tweaking buttons handling --- resources/css/blocks/highlight.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index 8a4779b..89fb281 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -27,8 +27,11 @@ @apply max-h-full max-w-full block; } } + .wp-block-buttons { + @apply gap-x-4; + } .wp-block-button { - @apply mt-6; + @apply mt-6 font-semibold; } .wp-block-button + * { @apply mt-6;