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