From 12ed9e9e507fa164e64c87c728e98561b8531982 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 4 Dec 2025 10:23:20 +0100 Subject: [PATCH] FIX Adapting style with new icon injection --- resources/css/blocks/highlight.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index e4c7dc7..85aa25f 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -2,12 +2,15 @@ @apply p-6 py-8 md:p-12 rounding-radius my-8 max-w-screen-lg mx-auto; &__titling { - @apply sm:flex items-center md:mb-8; + @apply sm:flex items-center md:mb-8 gap-x-3; .icon { - @apply mb-2 sm:mb-0; + @apply mb-2 sm:mb-0 rounded-full p-3; + &__image { + @apply w-4 h-4 object-contain; + } } h3 { - @apply pb-4; + @apply pb-4 !my-0; } &--has-no-icon { h3 {