STYLE Refining titles aspect

This commit is contained in:
Antoine M 2025-06-19 14:54:33 +02:00
parent be5249236a
commit 44a2f8a293

View File

@ -52,9 +52,13 @@ body.wp-admin h6:not(.editor-visual-editor h6) {
}
.title-small {
@apply text-base mb-6 font-bold tracking-wider uppercase nunito;
@apply text-xl mb-6 font-bold tracking-wider uppercase nunito;
}
.subtitle-big {
@apply text-7xl font-normal uppercase fjalla pb-6;
@apply text-6xl font-normal uppercase fjalla pb-6;
line-height: 1.3;
text-rendering: geometricPrecision;
font-weight: 100 !important;
}