From bed86140ee8cf5b876760f41b1bda9c4b79fc35e Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Wed, 24 Mar 2021 00:09:33 -0500 Subject: [PATCH] Fixed scaling issues on mobile --- src/App.vue | 34 ++++++++++++++++++---------------- src/components/Dream.vue | 8 +++++--- src/components/Floor.vue | 3 +-- src/components/Modal.vue | 5 +++-- src/components/Town.vue | 10 ++++++---- src/main.js | 6 ++++++ 6 files changed, 39 insertions(+), 27 deletions(-) diff --git a/src/App.vue b/src/App.vue index 179043d..0513d4a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,22 +1,24 @@