Skip to content

Commit dfb31fd

Browse files
committed
center canvas on page
1 parent 7bb2a87 commit dfb31fd

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,8 @@
6666
margin-left: auto;
6767
display: block;
6868
position: absolute;
69-
top: 0;
70-
left: 0;
71-
width: 100%;
72-
height: 100%;
73-
/*width: 630px;
74-
height: 490px;*/
69+
width: 630px;
70+
height: 490px;
7571
}
7672

7773
.centered {

0 commit comments

Comments
 (0)