From 4a4cd72972f9c812458dffc1f5afb73419f19f02 Mon Sep 17 00:00:00 2001 From: m Date: Sat, 14 Mar 2026 20:48:03 +0100 Subject: [PATCH] move button --- static/css/components/timeline.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/components/timeline.css b/static/css/components/timeline.css index 3f7b70b..29accc1 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: -2rem !important; - top: 0.1rem; + left: -2.2rem !important; + top: -0.1rem; width: 14px !important; height: 14px !important; @@ -55,7 +55,7 @@ li.tw-relative { .tw-text-lg, li h3 { font-size: 1.5rem !important; - font-weight: 800 !important; /* Extra bold like your standalone */ + font-weight: 500 !important; /* Extra bold like your standalone */ color: #111827 !important; margin: 0 0 8px 0 !important; line-height: 1.2 !important;