diff options
Diffstat (limited to 'src/pages/game.tsx')
-rw-r--r-- | src/pages/game.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/game.tsx b/src/pages/game.tsx index ba6e35b..513fc7a 100644 --- a/src/pages/game.tsx +++ b/src/pages/game.tsx @@ -46,7 +46,7 @@ export default function GamePage() { position: "relative", top: "50%", transform: "translateY(-50%)", - maxWidth: "calc(100vh - 12px)", + maxWidth: "100vh", margin: "0 auto" }}> <VoerBord width={7} height={6}/> |