From 3fc6962d6a8c099db04cecc8b878be098a895469 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 22 Jan 2025 15:52:53 +0100 Subject: [PATCH] changin the justification of block hightlight --- 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 aa76670..f1ca6ca 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -143,7 +143,7 @@ } .homegrade-blocks-highlight--has-illustration { - @apply flex flex-col-reverse lg:flex-row lg:items-center justify-between xl:justify-around; + @apply flex flex-col-reverse lg:flex-row lg:items-center justify-between; &__illustration { @apply mb-12 lg:mb-0 mt-0 lg:mx-0 w-48 h-48 xl:w-52 xl:h-52 object-contain object-center shrink-0;