style: reduce LED kickoff size, center vertically between header and flags
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user