fix: remove boundaries
This commit is contained in:
parent
1dd9c4177d
commit
cdbcd7ac8b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user