Don't use canvas I guess

This commit is contained in:
Lani Aung
2021-10-11 21:08:17 -06:00
parent 590c84b81f
commit d1d891881f
11 changed files with 84 additions and 111 deletions
+8 -2
View File
@@ -52,9 +52,15 @@ body {
display: flex;
flex: 1;
text-align: center;
canvas {
#play_space {
margin: 2em auto;
position: relative;
.cel-image {
visibility: hidden;
position: absolute;
}
}
}
}