Skip to content

Commit 34d112d

Browse files
committed
Hid scrollsbars and centered canvas's
1 parent 44cde91 commit 34d112d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

public/style.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
body {
2+
overflow: hidden;
3+
margin: 0 auto;
4+
}
5+
16
canvas {
2-
position: absolute;
7+
position: absolute;
38
}

0 commit comments

Comments
 (0)