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> <title>Game</title>
<style> <style>
#main { #main {
display: flex; width: 100%;
flex-direction: row; height: 100%;
justify-content: center; position: absolute;
top: 0px;
left: 0px;
} }
#game-window { #game-window {