From d5dc2d54c34b76f75e1ea7a308b7f066b1cb8997 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 4 Dec 2025 10:47:34 +0100 Subject: [PATCH] FIX Comment out large image size in highlight.css --- resources/css/blocks/highlight.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index 85aa25f..6879a7e 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -6,7 +6,7 @@ .icon { @apply mb-2 sm:mb-0 rounded-full p-3; &__image { - @apply w-4 h-4 object-contain; + /* @apply w-32 h-32 bg-green-400 object-contain; */ } } h3 {