fixed game position

This commit is contained in:
Didictateur 2026-02-25 17:53:58 +01:00
parent 668e355132
commit c6aa103a7f

View file

@ -51,7 +51,11 @@
:root { :root {
--game_radius: 1100px; --game_radius: 1100px;
} }
#game-center { #game-center {
position: absolute;
top: 0px;
left: 350px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;