move button

This commit is contained in:
m
2026-03-14 20:50:15 +01:00
parent 4a4cd72972
commit 7be596664c

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: -2.2rem !important; left: -2.3rem !important;
top: -0.1rem; top: -0.2rem;
width: 14px !important; width: 14px !important;
height: 14px !important; height: 14px !important;
@@ -54,7 +54,7 @@ li.tw-relative {
/* Heading - Match "Project Timeline" style but smaller */ /* Heading - Match "Project Timeline" style but smaller */
.tw-text-lg, .tw-text-lg,
li h3 { li h3 {
font-size: 1.5rem !important; font-size: 1.75rem !important;
font-weight: 500 !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;
@@ -65,7 +65,7 @@ li h3 {
/* Body Text - Matching normal blog paragraph size */ /* Body Text - Matching normal blog paragraph size */
.tw-text-base, .tw-text-base,
li p { 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; line-height: 1.6 !important;
color: #4b5563 !important; color: #4b5563 !important;
margin: 0 !important; margin: 0 !important;