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 {