From bb040ed153f2dbba1865cf220d3a1ba0ab72fe3c Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Wed, 4 Feb 2026 13:07:32 +0000 Subject: [PATCH] fix(timeline): centre month headers on mobile view --- templates/styles.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/styles.css b/templates/styles.css index d760107..49c5f46 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -73,6 +73,7 @@ a { padding-bottom: 1rem; border-bottom: 2px solid transparent; transition: border-color 0.15s ease; + text-align: center; } .timeline-heading.is-stuck { @@ -158,10 +159,6 @@ a { /* Desktop: alternating cards with central line */ @media (min-width: 768px) { - .timeline-heading { - text-align: center; - } - .timeline-list { display: flex; flex-direction: column;