fix: even out the two team columns on the series page after dropping the middle versus block
CI / Lint (push) Successful in 6s
CI / Test (push) Successful in 10s
CI / Build & Push (push) Successful in 27s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-19 19:22:57 -04:00
parent 303db46cc3
commit 9b8b671e24
+1 -4
View File
@@ -758,7 +758,7 @@ main {
.series-teams {
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 1rem;
width: 100%;
@@ -912,9 +912,6 @@ main {
.series-teams {
grid-template-columns: 1fr;
}
.series-versus {
order: 3;
}
.series-team-logo {
width: 56px;
height: 56px;