From 437a6056c677388a98793ad0be900c1c74651066 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 25 Nov 2025 15:13:32 +0100 Subject: [PATCH] STYLE update heading styles to include max-width for improved layout and adjust hierarchy class for better readability --- resources/css/blocks/heading.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/css/blocks/heading.css b/resources/css/blocks/heading.css index 82acda2..4f99d07 100644 --- a/resources/css/blocks/heading.css +++ b/resources/css/blocks/heading.css @@ -9,7 +9,7 @@ } p { - @apply !mb-0 !pb-0 uppercase text-primary; + @apply !mb-0 !pb-0 uppercase text-primary !max-w-4xl; line-height: 1.2 !important; font-weight: 700; @apply tracking-widest; @@ -48,8 +48,7 @@ } &--hierarchy-classic { @apply text-white; - - h1, + ≈ h1, h2, h3, h4,