margin on top
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
<v-container width="100%">
|
<v-container width="100%">
|
||||||
<div
|
<div
|
||||||
id="gamediv"
|
id="gamediv"
|
||||||
style="width: 640px; height: 480px; display: block; position: relative; margin-left: auto; margin-right: auto;"
|
|
||||||
class="apply-font"
|
class="apply-font"
|
||||||
>
|
>
|
||||||
<div style="width: 640px; height: 480px; position: absolute; overflow: hidden;">
|
<div style="width: 640px; height: 480px; position: absolute; overflow: hidden;">
|
||||||
@@ -482,6 +481,13 @@ body {
|
|||||||
#gamediv {
|
#gamediv {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
width: 640px;
|
||||||
|
height: 480px;
|
||||||
|
display: block;
|
||||||
|
position: relative;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top: 24px;
|
||||||
}
|
}
|
||||||
.task {
|
.task {
|
||||||
/* background-color: rgba(255,255,255,0.5); */
|
/* background-color: rgba(255,255,255,0.5); */
|
||||||
|
|||||||
Reference in New Issue
Block a user