fix: remove boundaries

This commit is contained in:
Renge 2022-04-06 15:57:17 -04:00
parent 1dd9c4177d
commit cdbcd7ac8b

View File

@ -5,9 +5,11 @@
<title>Game</title>
<style>
#main {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}
#game-window {