diff --git a/static/css/components/timeline.css b/static/css/components/timeline.css index 32a1404..2ff4d20 100644 --- a/static/css/components/timeline.css +++ b/static/css/components/timeline.css @@ -54,42 +54,46 @@ ol.tw-border-l-2 { background: transparent !important; color: #6b7280; } - -/* 1. Scale up the Typography */ -#Tailscaleipdoesntwork h3, -.tw-text-lg { - font-size: 1.5rem !important; /* Larger Heading */ - line-height: 1.2 !important; -} - +/* 1. Main Text Size - Matching standard blog paragraphs */ #Tailscaleipdoesntwork p, .tw-text-base { - font-size: 1.15rem !important; /* Larger Body Text */ - line-height: 1.6 !important; - color: #374151 !important; /* Slightly darker for better readability */ + font-size: 1.125rem !important; /* ~18px */ + line-height: 1.7 !important; + color: #333 !important; + margin-top: 8px !important; } +/* 2. Heading Size */ +#Tailscaleipdoesntwork h3, +.tw-text-lg { + font-size: 1.5rem !important; /* ~24px */ + font-weight: 700 !important; + margin-bottom: 4px !important; +} + +/* 3. Date Size */ time, .tw-text-sm { - font-size: 1rem !important; /* Larger Date */ - margin-bottom: 0.5rem !important; + font-size: 0.95rem !important; + font-weight: 600 !important; + color: #6b7280 !important; } -/* 2. Scale the Dot and Line */ +/* 4. The Alignment "Math" */ +/* If