We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6301d commit 0968433Copy full SHA for 0968433
src/components/Timeline.astro
@@ -33,10 +33,14 @@
33
transform: translateX(-50%);
34
background: linear-gradient(
35
to bottom,
36
- var(--color-primary) 0.4rem,
+ var(--color-primary) 0.2rem,
37
+ transparent 0.2rem,
38
transparent 0.4rem,
- transparent 0.55rem,
39
- var(--color-primary) 0.55rem
+ var(--color-primary) 0.4rem,
40
+ var(--color-primary) 0.6rem,
41
+ transparent 0.6rem,
42
+ transparent 0.8rem,
43
+ var(--color-primary) 0.8rem
44
);
45
z-index: 3; /* above potential dividers */
46
}
0 commit comments