FEATURE Optimizing scope of title small specificities

This commit is contained in:
Antoine M 2025-06-30 17:52:32 +02:00
parent 492110c921
commit b1e36b62f4

View File

@ -55,7 +55,7 @@ body.wp-admin h6:not(.editor-visual-editor h6) {
font-family: 'Fjalla One', sans-serif;
}
.title-small {
body :is(h1, h2, h3, h4, h5, h6).title-small {
@apply text-xl mb-6 font-bold tracking-wider uppercase nunito;
}