From eb1a731ca902b6bfa164b5f31c78275b7e074280 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 20 Mar 2026 17:04:07 +0100 Subject: [PATCH] STYLE Small refinments on subtitle big --- resources/css/base/typography.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index 5572e20..599dd1a 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -60,10 +60,10 @@ h2.chapter-section__title { font-family: 'Nunito Sans', sans-serif !important; } .subtitle-big { - @apply text-4xl md:text-5xl font-normal uppercase fjalla pb-6; + @apply text-4xl md:!text-5xl font-normal uppercase fjalla pb-6; line-height: 1.2; @screen lg { - line-height: 1.3; + line-height: 1.3 !important; } /* text-rendering: geometricPrecision; */ font-weight: 400 !important;