From 145ddb4765b2cf2e5053ab1e3ba8bbafa5f731d1 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Tue, 3 Feb 2026 13:21:55 +0000 Subject: [PATCH] fix(timeline): centre line behind cards on mobile for full-width layout - Move timeline line to centre on mobile instead of left gutter - Remove left padding from cards to maximise horizontal space - Reposition dots to top-centre of each card border on mobile - Make card background fully opaque so line doesn't show through - Desktop alternating layout unchanged --- templates/partials/timeline_month.html | 2 +- templates/styles.css | 31 +++++++++++++++----------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/templates/partials/timeline_month.html b/templates/partials/timeline_month.html index 3c26b6d..96fe4cd 100644 --- a/templates/partials/timeline_month.html +++ b/templates/partials/timeline_month.html @@ -15,7 +15,7 @@ class="timeline-node absolute h-5 w-5 rounded-full border-4 border-amber-50 bg-amber-600" aria-hidden="true" > -
+