From cf597d0f93af854cab1724e96d25ffeaa403d7e0 Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 28 Feb 2024 10:16:58 +0100 Subject: [PATCH] update --- scores/static/scores/style.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/scores/static/scores/style.css b/scores/static/scores/style.css index 1f5177a..071b89e 100644 --- a/scores/static/scores/style.css +++ b/scores/static/scores/style.css @@ -25,7 +25,7 @@ body { ); font-family: "Montserrat-Regular"; - font-size: 18px; + font-size: 16px; color: #1b223a; @@ -59,7 +59,7 @@ header { } .wrapper { - margin: 0px 10px; + margin: 0px 40px; /* box-sizing: border-box; */ /* min-height: 100%; @@ -162,10 +162,7 @@ tr { } .score { - /* background-color: red; */ - - /* width: 60px; */ - /* text-align: center; */ + font-size: 20px; vertical-align: middle; padding: 0px 5px; } @@ -184,7 +181,7 @@ tr { } .my-block { - padding: 15px; + padding: 20px 10px; } .red {