FEATURE Refining compopnent aspect

This commit is contained in:
Antoine M 2026-04-08 16:40:56 +02:00
parent 8afbb5702a
commit 13001cd750

View File

@ -1,6 +1,6 @@
.highlight-timeline-step { .highlight-timeline-step {
&__innerblocks { &__innerblocks {
@apply pt-12 pb-2; @apply pb-2;
> p:last-child { > p:last-child {
@apply !pb-0 mb-0; @apply !pb-0 mb-0;
@ -11,19 +11,11 @@
} }
} }
&__year { &__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 { &__year-text {
@apply fjalla !pt-12 !pb-10; @apply fjalla !text-5xl font-semibold tracking-wide;
font-size: clamp(4rem, 20vw, 20rem) !important;
line-height: 1.2 !important; line-height: 1.2 !important;
} }
} }