bracket fixes ...

This commit is contained in:
2026-06-23 16:26:01 -05:00
parent 82d093fbb4
commit e4d9f901cb
3 changed files with 40 additions and 7 deletions

View File

@@ -189,9 +189,10 @@ table.standings { width: 100%; border-collapse: collapse; }
font-family: var(--font-mono); font-size: 12px; color: var(--ink-dim);
}
.bracket-banner .v { font-family: var(--font-mono); font-size: 12px; color: var(--turf); }
.bracket-scroll { overflow-x: auto; padding-bottom: 28px; }
.bracket-scroll { overflow-x: auto; padding-bottom: 36px; }
.bracket {
display: flex; gap: 26px; min-width: max-content; align-items: stretch;
padding-bottom: 16px;
}
.round { display: flex; flex-direction: column; min-width: 220px; }
.round-label {