From e4db4973cdbf0d599af1a299a410ebb02a58d4f5 Mon Sep 17 00:00:00 2001 From: karl Date: Sun, 17 Apr 2022 12:20:05 +0200 Subject: [PATCH] Improve footer --- src/App.vue | 1 + src/StartPage.vue | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 6080660..fc34a72 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,5 +36,6 @@ export default { background-color: lightyellow; text-align: left; padding: 1em; + font-size: 0.7em; } diff --git a/src/StartPage.vue b/src/StartPage.vue index 18bc3c2..813e9dd 100644 --- a/src/StartPage.vue +++ b/src/StartPage.vue @@ -61,7 +61,6 @@ export default { methods: { onMapClick(value) { this.position = value.latlng; - console.log(value.latlng); }, },