From 9b8b671e24377e6c903f86c0004fad2e6c341f0e Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 19 Apr 2026 19:22:57 -0400 Subject: [PATCH] fix: even out the two team columns on the series page after dropping the middle versus block Co-Authored-By: Claude Opus 4.7 --- app/static/styles.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index 086417b..8862793 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -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;