diff --git a/static/css/components/timeline.css b/static/css/components/timeline.css index 29accc1..17aee2a 100644 --- a/static/css/components/timeline.css +++ b/static/css/components/timeline.css @@ -19,8 +19,8 @@ li.tw-relative { .timeline-button { position: absolute; /* Centering the dot exactly on the 2px line */ - left: -2.2rem !important; - top: -0.1rem; + left: -2.3rem !important; + top: -0.2rem; width: 14px !important; height: 14px !important; @@ -54,7 +54,7 @@ li.tw-relative { /* Heading - Match "Project Timeline" style but smaller */ .tw-text-lg, li h3 { - font-size: 1.5rem !important; + font-size: 1.75rem !important; font-weight: 500 !important; /* Extra bold like your standalone */ color: #111827 !important; margin: 0 0 8px 0 !important; @@ -65,7 +65,7 @@ li h3 { /* Body Text - Matching normal blog paragraph size */ .tw-text-base, li p { - font-size: 1.25rem !important; /* Increased to match main blog text */ + font-size: 1.5rem !important; /* Increased to match main blog text */ line-height: 1.6 !important; color: #4b5563 !important; margin: 0 !important;