From 879ba7a0f85c8291a20135b572d0cf802a26563a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 Dec 2023 10:04:06 +0100 Subject: [PATCH] fixing title problems --- template-components/heading-box--news.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/template-components/heading-box--news.css b/template-components/heading-box--news.css index e69d080..f511b07 100644 --- a/template-components/heading-box--news.css +++ b/template-components/heading-box--news.css @@ -14,6 +14,12 @@ .post-infos-capsule { @apply mt-8; } + &__type { + @apply !text-xl !my-0 !tracking-widest; + } + &__title { + @apply !text-4xl font-bold; + } &__page-icon { @apply mx-auto w-28 absolute top-0 left-1/2;