diff --git a/src/main/resources/static/css/game.css b/src/main/resources/static/css/game.css index 61eb9ec..2dee7bf 100644 --- a/src/main/resources/static/css/game.css +++ b/src/main/resources/static/css/game.css @@ -201,7 +201,17 @@ body { grid-row-end: 11; } .players { - margin-right: 80px; + margin-right: 40px; +} +.player-stats { + font-size: 12px; + list-style-type: none; +} +.player-stats > li { + text-align: end; +} +.player-stats-title { + font-size: 14px; } .player { margin-top: 10px; @@ -214,6 +224,9 @@ body { padding: 4px; cursor: pointer; } +.nickname { + font-size: 14px; +} .player-turn { width: 193px; height: 150px; diff --git a/src/main/resources/templates/game.html b/src/main/resources/templates/game.html index 8323328..0f7fe3e 100644 --- a/src/main/resources/templates/game.html +++ b/src/main/resources/templates/game.html @@ -5,7 +5,7 @@ - + @@ -31,7 +31,15 @@