diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-20 16:21:51 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-20 16:21:51 +0200 |
commit | ae4375d8b492c244328a88190e8ed10c8dbd2fda (patch) | |
tree | 7173c87dddbd9ee27c173e036a24bae379fce3bd /styles | |
parent | c140e56db162755d7f85e89306236a0a09bf4e35 (diff) |
all pages without inline styles
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; +} + |