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