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 ?>