Center game canvas

pull/1/head
Flashfyre 2023-04-10 23:24:16 -04:00
parent f7490c871a
commit 15c3318bd5
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
margin: 0;
background: #484050;
}
#app {
display: flex;
justify-content: center;
}
</style>
</head>