feat: update to auto size

This commit is contained in:
2026-06-18 22:43:37 +05:00
parent 456940f12f
commit e40f8562c9
2 changed files with 322 additions and 128 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ body {
overflow: hidden;
}
#game-container {
width: 500px;
height: 950px;
width: 100vw;
height: 100vh;
position: relative;
background: #0a0a0a;
border: 2px solid #00ff41;