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; }