From ae4375d8b492c244328a88190e8ed10c8dbd2fda Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 20 Apr 2021 16:21:51 +0200 Subject: all pages without inline styles --- styles/game.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'styles') 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; +} + -- cgit v1.2.3