STYLE update subtitle-big class to include additional font and padding styles

This commit is contained in:
Antoine M 2025-06-03 10:35:08 +02:00
parent 5816d77862
commit c8fee2af3b

View File

@ -56,5 +56,5 @@ body.wp-admin h6:not(.editor-visual-editor h6) {
}
.subtitle-big {
@apply text-7xl font-normal uppercase;
@apply text-7xl font-normal uppercase fjalla pb-6;
}