style: reduce LED kickoff size, center vertically between header and flags

This commit is contained in:
Ronny
2026-04-11 23:07:54 +02:00
parent b7068ea2b0
commit 3a1d99a92f
+5 -5
View File
@@ -80,17 +80,17 @@
/* Kickoff — stadium LED segment display */
.kickoffRow {
text-align: center;
margin-bottom: 4px;
margin: 8px 0;
}
.kickoffLED {
font-family: 'DSEG7', 'Courier New', monospace;
font-size: 26px;
font-size: 18px;
color: var(--gold);
letter-spacing: 0.08em;
letter-spacing: 0.06em;
text-shadow:
0 0 8px rgba(254, 174, 50, 0.6),
0 0 20px rgba(254, 174, 50, 0.25);
0 0 6px rgba(254, 174, 50, 0.5),
0 0 14px rgba(254, 174, 50, 0.2);
}
.topRowSpacer {