fix: scale badges and hype label at desktop breakpoints
All checks were successful
CI / Lint (push) Successful in 6s
CI / Test (push) Successful in 8s
CI / Build & Push (push) Successful in 21s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-29 19:43:27 -04:00
parent 8e1c455ded
commit 429c42e7b0

View File

@@ -312,6 +312,10 @@ main {
height: 48px; height: 48px;
} }
.badge {
font-size: 0.75rem;
}
.team-name { .team-name {
font-size: 0.95rem; font-size: 0.95rem;
} }
@@ -319,6 +323,10 @@ main {
.team-score { .team-score {
font-size: 1.9rem; font-size: 1.9rem;
} }
.hype-label {
font-size: 0.7rem;
}
} }
@media (min-width: 1400px) { @media (min-width: 1400px) {
@@ -348,6 +356,10 @@ main {
height: 56px; height: 56px;
} }
.badge {
font-size: 0.82rem;
}
.team-name { .team-name {
font-size: 1.05rem; font-size: 1.05rem;
} }
@@ -355,6 +367,10 @@ main {
.team-score { .team-score {
font-size: 2.2rem; font-size: 2.2rem;
} }
.hype-label {
font-size: 0.76rem;
}
} }
/* ── Mobile ─────────────────────────────────────── */ /* ── Mobile ─────────────────────────────────────── */