From 13001cd750f74a3d03644ef03c0f9599caa79e1d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 8 Apr 2026 16:40:56 +0200 Subject: [PATCH] FEATURE Refining compopnent aspect --- resources/css/blocks/highlight-timeline-step.css | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/resources/css/blocks/highlight-timeline-step.css b/resources/css/blocks/highlight-timeline-step.css index c872494..f4e5a5e 100644 --- a/resources/css/blocks/highlight-timeline-step.css +++ b/resources/css/blocks/highlight-timeline-step.css @@ -1,6 +1,6 @@ .highlight-timeline-step { &__innerblocks { - @apply pt-12 pb-2; + @apply pb-2; > p:last-child { @apply !pb-0 mb-0; @@ -11,19 +11,11 @@ } } &__year { - @apply h-auto w-full flex !p-12 justify-center items-center text-8xl text-white fjalla; + @apply h-auto w-full flex !p-4 justify-center items-center text-8xl text-white fjalla; } - &__year-background { - svg { - polygon { - @apply !fill-purple-200; - } - } - } &__year-text { - @apply fjalla !pt-12 !pb-10; - font-size: clamp(4rem, 20vw, 20rem) !important; + @apply fjalla !text-5xl font-semibold tracking-wide; line-height: 1.2 !important; } }