From c8fee2af3bfb69812e4fb20558775bb3721e27b5 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 3 Jun 2025 10:35:08 +0200 Subject: [PATCH] STYLE update subtitle-big class to include additional font and padding styles --- resources/css/base/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index 965c10d..28c8101 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -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; }