diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/game.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/styles/game.css b/styles/game.css index de00b1c..f454691 100644 --- a/styles/game.css +++ b/styles/game.css @@ -68,3 +68,8 @@ .gameBar .move.move-a { background-color: var(--error); } .gameBar .move.move-b { background-color: var(--confirm); } +.voerGame { + max-width: 100vh; + margin: 0 auto; +} + |