fix html
This commit is contained in:
parent
52592bea16
commit
c088080be5
@ -9,7 +9,10 @@
|
|||||||
body {
|
body {
|
||||||
font-family: arial;
|
font-family: arial;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0
|
overflow: hidden;
|
||||||
|
padding: 0;
|
||||||
|
min-height: 100vh;
|
||||||
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emscripten {
|
.emscripten {
|
||||||
@ -30,8 +33,8 @@
|
|||||||
canvas.emscripten {
|
canvas.emscripten {
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
width: 100%;
|
width: 90%;
|
||||||
height: auto;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes rotation {
|
@-webkit-keyframes rotation {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user