From 1af91bd60f4610d895981ccee271e576dc08e858 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Tue, 23 Mar 2021 23:32:38 -0500 Subject: [PATCH] Minor fixes --- public/index.html | 1 + src/App.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 6e49b49..2078255 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,7 @@ +
diff --git a/src/App.vue b/src/App.vue index 45fcdc3..179043d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,7 +12,7 @@ - +
Dream Hero
@@ -61,6 +61,7 @@ export default { } html { + min-width: 640px; width: 100%; height: 100%; }