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