STYLE Update story timeline styles to increase padding and remove underline from links for improved readability

This commit is contained in:
Antoine M 2026-04-08 15:40:24 +02:00
parent 54ea58c314
commit 3ee726df50

View File

@ -6,7 +6,10 @@
@apply sticky top-0 left-0 !pt-6;
@apply list-none p-0 m-0 flex flex-col gap-4;
li {
@apply list-none bg-white text-primary p-2 border border-primary text-3xl fjalla;
@apply list-none bg-white text-primary p-6 border border-primary text-3xl fjalla;
a {
@apply no-underline;
}
}
li.story-timeline__year[data-active='false'] {