STYLE Update story timeline styles to increase padding and remove underline from links for improved readability
This commit is contained in:
parent
54ea58c314
commit
3ee726df50
|
|
@ -6,7 +6,10 @@
|
||||||
@apply sticky top-0 left-0 !pt-6;
|
@apply sticky top-0 left-0 !pt-6;
|
||||||
@apply list-none p-0 m-0 flex flex-col gap-4;
|
@apply list-none p-0 m-0 flex flex-col gap-4;
|
||||||
li {
|
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'] {
|
li.story-timeline__year[data-active='false'] {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user