Center game canvas
This commit is contained in:
parent
f7490c871a
commit
15c3318bd5
|
@ -20,6 +20,11 @@
|
|||
margin: 0;
|
||||
background: #484050;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue