From 90000fae2f1aace5b7d9bba982b53f81bdf1adfe Mon Sep 17 00:00:00 2001 From: gauvainboiche Date: Mon, 30 Mar 2026 22:28:48 +0200 Subject: [PATCH] fix: Centered points table --- public/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/public/style.css b/public/style.css index bf1b2e5..9599175 100644 --- a/public/style.css +++ b/public/style.css @@ -303,13 +303,13 @@ body { } .scoreTeam--blue { - align-items: flex-end; - text-align: right; + align-items: center; + text-align: center; } .scoreTeam--red { - align-items: flex-start; - text-align: left; + align-items: center; + text-align: center; } .scoreTeamName { @@ -327,6 +327,9 @@ body { display: flex; gap: 10px; align-items: flex-end; + justify-content: center; + flex: 1; + width: 100%; } .scoreStat { @@ -334,6 +337,7 @@ body { flex-direction: column; align-items: center; gap: 1px; + flex: 1; } .scoreStatVal {