From 141e6e05bd640a867dcda115217d5a14a4c7b97c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jan 2024 16:38:24 +0100 Subject: [PATCH] refining responsive --- resources/css/components/section-titling.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/css/components/section-titling.css b/resources/css/components/section-titling.css index 5ffce1f..3087e81 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 + lg:!text-xl uppercase pb-2 !mb-0 @@ -16,7 +16,8 @@ font-bold max-w-4xl mx-auto - !text-4xl + !text-3xl + lg:!text-4xl !mt-1; }