aboutsummaryrefslogtreecommitdiff
path: root/styles/game.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/game.css')
-rw-r--r--styles/game.css5
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;
+}
+