Spaces:
Running
Running
Upload skyscraper.html
Browse files- skyscraper.html +8 -1
skyscraper.html
CHANGED
|
@@ -39,7 +39,14 @@
|
|
| 39 |
user-select: none;
|
| 40 |
-webkit-user-select: none;
|
| 41 |
width: 100vw;
|
| 42 |
-
height: 100dvh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
}
|
| 44 |
|
| 45 |
canvas {
|
|
|
|
| 39 |
user-select: none;
|
| 40 |
-webkit-user-select: none;
|
| 41 |
width: 100vw;
|
| 42 |
+
height: 100dvh;
|
| 43 |
+
font-size: 0;
|
| 44 |
+
line-height: 0
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
body>* {
|
| 48 |
+
font-size: 16px;
|
| 49 |
+
line-height: normal
|
| 50 |
}
|
| 51 |
|
| 52 |
canvas {
|