mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-24 06:17:40 -04:00
Center game canvas
This commit is contained in:
parent
f7490c871a
commit
15c3318bd5
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
|||
margin: 0;
|
||||
background: #484050;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue