diff --git a/test_endgame.html b/test_endgame.html index 11fd192..43ba6f2 100644 --- a/test_endgame.html +++ b/test_endgame.html @@ -35,7 +35,7 @@ .GOTitle { font-weight: bold; - font-size: 22px; + font-size: 24.2000px; } #gameOverBox { @@ -47,9 +47,10 @@ } #cScore { - font-size: 55px; + font-size: 60.5000px; font-weight:light; - margin-bottom: 22px; + margin-bottom: 5px; + margin-top: -10px; } #highScoresTitle { @@ -94,7 +95,7 @@ /*width:100%;*/ left: 50%; width: 310px; - margin-left:-10px; + margin-left:-8px; bottom:78px; transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%);