From c6aa103a7ff1193181145c1e18940ec4196d73fc Mon Sep 17 00:00:00 2001 From: Didictateur Date: Wed, 25 Feb 2026 17:53:58 +0100 Subject: [PATCH] fixed game position --- frontend/pages/riichi/chap5.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/pages/riichi/chap5.html b/frontend/pages/riichi/chap5.html index f8242a7..2899168 100644 --- a/frontend/pages/riichi/chap5.html +++ b/frontend/pages/riichi/chap5.html @@ -51,7 +51,11 @@ :root { --game_radius: 1100px; } + #game-center { + position: absolute; + top: 0px; + left: 350px; display: flex; align-items: center; justify-content: center;