From 1ddae0acd62b211a750c873f33b07346b26695fa Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 24 Nov 2023 17:09:09 +0100 Subject: [PATCH] hangling hasIconTitle Toggle --- resources/css/blocks/highlight.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index 6c0bd00..c68d87a 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -1,8 +1,15 @@ .homegrade-blocks-highlight { @apply p-12 rounding-radius my-8 max-w-screen-lg mx-auto; - h3 { - @apply pb-4; + &__titling { + h3 { + @apply pb-4; + } + &--has-no-icon { + h3 { + @apply !text-4xl; + } + } } p { @apply max-w-5xl;