From f4c1c4f89732229ba4806abcc75ee3f57edf9437 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 18 Jan 2024 15:46:22 +0100 Subject: [PATCH] refining css --- resources/css/components/section-titling.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/css/components/section-titling.css b/resources/css/components/section-titling.css index 3087e81..9868c2e 100644 --- a/resources/css/components/section-titling.css +++ b/resources/css/components/section-titling.css @@ -1,5 +1,5 @@ .section_titling { - @apply text-center pb-8; + @apply text-center pb-8 px-4; &__title { @apply text-secondary @@ -16,7 +16,9 @@ font-bold max-w-4xl mx-auto - !text-3xl + !leading-tight + !text-2xl + md:!text-3xl lg:!text-4xl !mt-1; }