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); }, },