From 71810a40a16d53d93525f3863940c368cb278a64 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 16 Nov 2023 16:25:48 +0100 Subject: [PATCH] forcing title and subtitle size to fix bugs areas --- resources/css/components/section-titling.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/components/section-titling.css b/resources/css/components/section-titling.css index 13a74ad..741193d 100644 --- a/resources/css/components/section-titling.css +++ b/resources/css/components/section-titling.css @@ -4,7 +4,7 @@ &__title { @apply text-secondary font-bold - text-xl + !text-xl uppercase pb-2 !mb-0 @@ -16,7 +16,7 @@ font-bold max-w-3xl mx-auto - text-4xl + !text-4xl !mt-1; }