From 10a73941195976fb422a009d704357801ba16d52 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 17 Mar 2025 16:16:03 +0100 Subject: [PATCH] adjusting paragraph margins in highlight block for improved spacing --- 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 f1ca6ca..e4c7dc7 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -19,7 +19,10 @@ p { /* @apply max-w-5xl; */ @apply max-w-6xl; - margin-bottom: 10px; + margin-bottom: 0px; + } + p + * { + margin-top: 10px; } &__block-title { @apply !pb-0 !leading-tight pt-4 md:pt-0;