fix(timeline): centre month headers on mobile view

This commit is contained in:
Jon Seager 2026-02-04 13:07:32 +00:00
parent a3aba1b02a
commit bb040ed153
No known key found for this signature in database

View file

@ -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;