dreamsincode/web/index.css

8 lines
99 B
CSS
Raw Permalink Normal View History

2022-10-24 06:32:12 +00:00
body {
margin: 0;
display: flex;
overflow: hidden;
}
canvas {
touch-action: none;
}