move button

This commit is contained in:
m
2026-03-14 20:48:03 +01:00
parent a149010cb9
commit 4a4cd72972

View File

@@ -19,8 +19,8 @@ li.tw-relative {
.timeline-button { .timeline-button {
position: absolute; position: absolute;
/* Centering the dot exactly on the 2px line */ /* Centering the dot exactly on the 2px line */
left: -2rem !important; left: -2.2rem !important;
top: 0.1rem; top: -0.1rem;
width: 14px !important; width: 14px !important;
height: 14px !important; height: 14px !important;
@@ -55,7 +55,7 @@ li.tw-relative {
.tw-text-lg, .tw-text-lg,
li h3 { li h3 {
font-size: 1.5rem !important; 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; color: #111827 !important;
margin: 0 0 8px 0 !important; margin: 0 0 8px 0 !important;
line-height: 1.2 !important; line-height: 1.2 !important;