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; } }