From 403b26dd39dfc79dfb6c61d2caf3283b25e6e370 Mon Sep 17 00:00:00 2001 From: Razmig Sarkissian Date: Sat, 12 Aug 2023 12:33:27 +0200 Subject: [PATCH] reverse fixes --- scores/static/scores/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scores/static/scores/style.css b/scores/static/scores/style.css index c2726d0..cf78158 100644 --- a/scores/static/scores/style.css +++ b/scores/static/scores/style.css @@ -77,8 +77,8 @@ td { font-weight: 600; } .score { - width: 50px; - font-size: 120%; + width: 60px; + font-size: 150%; text-align: center; vertical-align: middle; } @@ -134,10 +134,12 @@ td { clear: both; } .teamname { + width: 100%; font-size: 120%; } .steamname { + width: 100%; font-size: 150%; } @@ -181,6 +183,6 @@ td { } .container { /* width: 100%; */ - text-align:center; + /* text-align:center; */ /* margin: 0 auto; */ }