refining css

This commit is contained in:
Antoine M 2024-01-18 15:46:22 +01:00
parent f4b25f467d
commit f4c1c4f897

View File

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