We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f25a84 commit f84aba2Copy full SHA for f84aba2
wasm/test.html
@@ -15,7 +15,7 @@
15
<style>
16
/* Make the html body cover the entire (visual) viewport with no scroll bars. */
17
html, body { padding: 0; margin: 0; overflow: hidden; height: 100% }
18
- #screen { width: 100%; height: 100%; }
+ #screen { margin: auto; width: 360px; height: 640px; outline-style: solid; }
19
</style>
20
<link rel="icon" type="image/png" href="favicon.ico">
21
</head>
0 commit comments