Feature/appearance #6

Merged
ilia merged 9 commits from feature/appearance into main 2026-07-20 07:09:11 +00:00
Showing only changes of commit 8f593c6a6f - Show all commits
+11
View File
@@ -1 +1,12 @@
@import "./reset.css"; @import "./reset.css";
body {
min-height: 100vh;
}
canvas {
width: 100vw;
height: 100vh;
display: block;
object-fit: contain;
}