From 108ffcf16700a6ddf345f7d1cbdb800d251b1b52 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 1 Jul 2025 17:49:06 +0200 Subject: [PATCH] FEATURE Refining align center behaviour --- resources/css/blocks/heading.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/css/blocks/heading.css b/resources/css/blocks/heading.css index ee8da94..dca91f3 100644 --- a/resources/css/blocks/heading.css +++ b/resources/css/blocks/heading.css @@ -1,10 +1,14 @@ .carhop-heading { &__innerblocks { - @apply max-w-screen-2xl mx-auto px-4 flex flex-col items-center justify-center gap-8; + @apply max-w-screen-2xl mx-auto px-4 flex flex-col justify-center gap-8; + } + + &--align-center { + @apply items-center; } p { - @apply !mb-0 pb-0 uppercase; + @apply !mb-0 pb-0 uppercase text-primary; line-height: 1.2 !important; font-weight: 600; letter-spacing: 0.15em;