diff --git a/app/static/script.js b/app/static/script.js index cd3980e..076de13 100644 --- a/app/static/script.js +++ b/app/static/script.js @@ -60,8 +60,8 @@ function renderLiveGame(game) { ${dot} ${teamRow(game, 'Away', 'live')} - ${teamRow(game, 'Home', 'live')} ${shots} + ${teamRow(game, 'Home', 'live')} ${hype} `; } diff --git a/app/static/styles.css b/app/static/styles.css index 2c8b3c8..40c2fe8 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -145,6 +145,10 @@ main { border-top: 1px solid var(--card-border); } +.team-row + .shots-bar + .team-row { + border-top: none; +} + .team-logo { width: 30px; height: 30px; @@ -199,7 +203,7 @@ main { /* ── Shots Bar ──────────────────────────────────── */ .shots-bar { - margin-top: 0.75rem; + margin: 0.2rem 0; } .shots-row {