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 {
--game_radius: 1100px;
}
#game-center {
position: absolute;
top: 0px;
left: 350px;
display: flex;
align-items: center;
justify-content: center;