STYLE FIX for title sizes coherence

This commit is contained in:
Antoine M 2025-09-30 16:50:25 +02:00
parent c277d4780b
commit ddab35e153

View File

@ -147,7 +147,8 @@
}
}
&__title {
@apply text-base font-extrabold uppercase pb-8 tracking-widest nunito;
@apply uppercase nunito text-xl font-bold pb-8 tracking-widest;
letter-spacing: 4px;
}
&__show-all {
@apply text-base font-extrabold uppercase pb-8 tracking-widest nunito text-primary text-center mx-auto block mt-12;