Lashtw commited on
Commit
569a720
·
verified ·
1 Parent(s): 87b93cd

Upload skyscraper.html

Browse files
Files changed (1) hide show
  1. 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 {