dreamsincode/web/index.css
2022-10-23 23:32:12 -07:00

8 lines
99 B
CSS

body {
margin: 0;
display: flex;
overflow: hidden;
}
canvas {
touch-action: none;
}