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