margin on top

This commit is contained in:
Your Name
2020-10-25 17:17:14 -04:00
parent 499529ba1d
commit c6c353389a

View File

@@ -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); */