22 lines
426 B
CSS
22 lines
426 B
CSS
.highlight-timeline-step {
|
|
&__innerblocks {
|
|
@apply pb-2;
|
|
|
|
> p:last-child {
|
|
@apply !pb-0 mb-0;
|
|
}
|
|
|
|
.carhop-heading__innerblocks {
|
|
@apply gap-2;
|
|
}
|
|
}
|
|
&__year {
|
|
@apply h-auto w-full flex !p-4 justify-center items-center text-8xl text-white fjalla;
|
|
}
|
|
|
|
&__year-text {
|
|
@apply fjalla !text-5xl font-semibold tracking-wide;
|
|
line-height: 1.2 !important;
|
|
}
|
|
}
|