diff --git a/mini.html b/mini.html index a6326d3..ae504cc 100644 --- a/mini.html +++ b/mini.html @@ -38,13 +38,15 @@ width: 100%; } #score-a, #score-b { - font-size: 100px; + font-size: 150px; + position: absolute; + top: 30%; } #score-a { - float: left; + left: 10px; } #score-b { - float: right; + right: 10px; } html, p { padding: 0; diff --git a/scoreboard.css b/scoreboard.css index 906eb6c..723675b 100644 --- a/scoreboard.css +++ b/scoreboard.css @@ -25,7 +25,7 @@ } #timeouts-a, #timeouts-b, #score-a, #score-b, #jam, #period { - color: yellow; + color: white; font-family: sans-serif; font-weight: bold; font-size: 133%;