From 8135d10152c5d468588ee2041dacd7dd689c258a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 2 Apr 2024 17:36:41 +0200 Subject: [PATCH] eplacing heading box type by p instead of h2 --- template-components/heading-box--news.css | 2 +- template-components/heading-box--news.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template-components/heading-box--news.css b/template-components/heading-box--news.css index c247ee8..91638fa 100644 --- a/template-components/heading-box--news.css +++ b/template-components/heading-box--news.css @@ -10,7 +10,7 @@ @apply mt-8; } &__type { - @apply !text-xl !my-0 !tracking-widest; + @apply !text-xl !my-0 !tracking-widest font-bold; } &__title { @apply !text-4xl font-bold; diff --git a/template-components/heading-box--news.php b/template-components/heading-box--news.php index f6b3266..d116739 100644 --- a/template-components/heading-box--news.php +++ b/template-components/heading-box--news.php @@ -11,7 +11,7 @@ $subtitle = $args['subtitle'] ?? null;
-

name ?>

+

name ?>