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