Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
font-family: Arial, sans-serif;
|
14 |
}
|
15 |
canvas {
|
16 |
-
display: block;
|
17 |
margin: 0px;
|
18 |
}
|
19 |
#scene-container {
|
|
|
13 |
font-family: Arial, sans-serif;
|
14 |
}
|
15 |
canvas {
|
16 |
+
display: inline-block;
|
17 |
margin: 0px;
|
18 |
}
|
19 |
#scene-container {
|