diff options
-rw-r--r-- | src/pages/game.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/game.tsx b/src/pages/game.tsx index 18007cb..ba6e35b 100644 --- a/src/pages/game.tsx +++ b/src/pages/game.tsx @@ -45,7 +45,9 @@ export default function GamePage() { <div style={{ position: "relative", top: "50%", - transform: "translateY(-50%)" + transform: "translateY(-50%)", + maxWidth: "calc(100vh - 12px)", + margin: "0 auto" }}> <VoerBord width={7} height={6}/> <GameBar/> |