fixed game position
This commit is contained in:
parent
668e355132
commit
c6aa103a7f
1 changed files with 4 additions and 0 deletions
|
|
@ -51,7 +51,11 @@
|
|||
:root {
|
||||
--game_radius: 1100px;
|
||||
}
|
||||
|
||||
#game-center {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 350px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue