From d7adf2ea3eb76196c6802432b20cf562b2143923 Mon Sep 17 00:00:00 2001 From: m Date: Sat, 14 Mar 2026 20:36:02 +0100 Subject: [PATCH] bigger? --- static/css/components/timeline.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/components/timeline.css b/static/css/components/timeline.css index 2ff4d20..1dff263 100644 --- a/static/css/components/timeline.css +++ b/static/css/components/timeline.css @@ -57,7 +57,7 @@ ol.tw-border-l-2 { /* 1. Main Text Size - Matching standard blog paragraphs */ #Tailscaleipdoesntwork p, .tw-text-base { - font-size: 1.125rem !important; /* ~18px */ + font-size: 1.5rem !important; /* ~18px */ line-height: 1.7 !important; color: #333 !important; margin-top: 8px !important; @@ -85,7 +85,7 @@ time, width: 12px !important; height: 12px !important; position: absolute; - left: -1.88rem !important; /* Adjust this slightly if the dot isn't centered on the line */ + left: -1.92rem !important; /* Adjust this slightly if the dot isn't centered on the line */ top: 0.5rem; background: #cbd5e1; border: 3px solid white !important;