diff --git a/public/static/css/game.css b/public/static/css/game.css index 63d1357..9fc1105 100644 --- a/public/static/css/game.css +++ b/public/static/css/game.css @@ -1,13 +1,3 @@ -#roundInfo { - line-height: inherit; - text-align: right; -} - -#roundInfo p { - font-size: 16px; - line-height: inherit; -} - #panorama { width: 100%; height: calc(100% - 40px); diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css index e95792f..957f803 100644 --- a/public/static/css/mapguesser.css +++ b/public/static/css/mapguesser.css @@ -228,6 +228,11 @@ div.header.small { line-height: 40px; } +div.header>div.grid>:nth-child(2) { + line-height: inherit; + text-align: right; +} + div.main { padding: 6px 12px; } diff --git a/views/game.php b/views/game.php index 5ea5f5c..bd10951 100644 --- a/views/game.php +++ b/views/game.php @@ -8,7 +8,7 @@ MapGuesser -
Round: | Score:
+Round: | Score: