bigger text

This commit is contained in:
m
2026-03-14 17:10:38 +01:00
parent c7cc27308f
commit e4d6c35acc

View File

@@ -54,3 +54,15 @@ ol.tw-border-l-2 {
background: transparent !important; background: transparent !important;
color: #6b7280; color: #6b7280;
} }
/* This forces the timeline area to take up 90% of the Bootstrap container
instead of being restricted to a small pixel value */
.tw-max-w-5xl {
max-width: 90% !important;
}
/* Ensure the body text doesn't wrap too aggressively */
.tw-text-base {
line-height: 1.6 !important;
max-width: 100% !important;
}