From c9d14f232ea896e4ec28cc47abfe5a9f9ef1d013 Mon Sep 17 00:00:00 2001 From: marcsello Date: Tue, 15 Jun 2021 00:11:42 +0200 Subject: [PATCH] other stuff --- public/index.html | 2 +- src/views/Home.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index c1b863c..82fa181 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/src/views/Home.vue b/src/views/Home.vue index 2e2aa62..e1b90f9 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -82,7 +82,7 @@ export default { this.sequenceCleanerTimeout = setTimeout(() => { this.sequence = [] this.sequenceCleanerTimeout = null - },3000) + },750) return false; }, @@ -151,6 +151,7 @@ export default { .bigBoyButton { width: 100%; height: 100%; + font-size: ; } \ No newline at end of file