diff --git a/src/components/ui/ModernTimeline.astro b/src/components/ui/ModernTimeline.astro index 5d7ac0c..67fcdba 100644 --- a/src/components/ui/ModernTimeline.astro +++ b/src/components/ui/ModernTimeline.astro @@ -28,7 +28,7 @@ const { items && items.length && (
{/* Main timeline line */} -
+
{items.map((item, index) => { @@ -52,7 +52,10 @@ const { {/* Year marker (if available) */} {year && (
- {year} + + + {year} +
)} @@ -97,9 +100,9 @@ const {
{/* Connector line to timeline (visible only on desktop) */}