commit
This commit is contained in:
parent
b116d1d6ea
commit
4fcfa0f739
@ -70,7 +70,7 @@ input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover
|
||||
position: absolute;
|
||||
background: rgba(0,0,0,0.7);
|
||||
height: 100%;
|
||||
width: 720px;
|
||||
width: 800px;
|
||||
max-width: 100%;
|
||||
padding: 1em;
|
||||
box-sizing: border-box;
|
||||
@ -82,7 +82,7 @@ input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover
|
||||
margin-top: 0;
|
||||
max-width: 100%;
|
||||
text-align: center;
|
||||
width: 720px;
|
||||
width: 800px;
|
||||
max-width: 100%;
|
||||
padding: 1em;
|
||||
box-sizing: border-box;
|
||||
@ -97,17 +97,17 @@ input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover
|
||||
}
|
||||
|
||||
.canvas { position:absolute; padding-top: 20px;}
|
||||
.main {width: 100%; max-width: 720px; margin: 10px auto; position: static; left: auto;}
|
||||
.content { width: 100%; max-width: 720px; text-align: left; margin: 0;}
|
||||
.main {width: 100%; max-width: 800px; margin: 10px auto; position: static; left: auto;}
|
||||
.content { width: 100%; max-width: 800px; text-align: left; margin: 0;}
|
||||
.container {text-align: center; margin:0; padding: 0;}
|
||||
.wrapper { padding:0;}
|
||||
.game { max-width: 720px; margin: auto; }
|
||||
.game { max-width: 800px; margin: auto; }
|
||||
|
||||
.about { font-size: 10px; margin-top: 20px; text-align: center; display: none;}
|
||||
|
||||
|
||||
body, html { font-size: 15px; }
|
||||
|
||||
111
|
||||
div.audio {}
|
||||
audio {display: block; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user