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 {
|
: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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue