From c6c353389af95f8c4a84e8b816c3b207fd2768f8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 25 Oct 2020 17:17:14 -0400 Subject: [PATCH] margin on top --- src/App.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 3816df9..1069155 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,6 @@
@@ -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); */