From 785b252720d1afa456cfbe5faf69fcacc204b95d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 May 2026 17:12:06 +0200 Subject: [PATCH] STYLE VIsual refinment --- resources/css/blocks/highlight-timeline-step.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/blocks/highlight-timeline-step.css b/resources/css/blocks/highlight-timeline-step.css index f4e5a5e..94f5ad8 100644 --- a/resources/css/blocks/highlight-timeline-step.css +++ b/resources/css/blocks/highlight-timeline-step.css @@ -11,11 +11,11 @@ } } &__year { - @apply h-auto w-full flex !p-4 justify-center items-center text-8xl text-white fjalla; + @apply h-auto w-full flex !px-4 !py-0 justify-center items-center text-8xl text-white fjalla; } &__year-text { - @apply fjalla !text-5xl font-semibold tracking-wide; + @apply fjalla !text-5xl font-semibold tracking-wide !pb-0; line-height: 1.2 !important; } }