From d76683020673217c49f8178d7d9fbc1c41d61b79 Mon Sep 17 00:00:00 2001 From: Anthony Catel Date: Sun, 27 Mar 2022 22:28:49 +0200 Subject: [PATCH] Small UI changes (more spacing) --- src/App.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index f405b02..16c4bcf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@
-
+

MapChecking • Crowd size estimation

This tool helps you estimate and fact-check the maximum number of people standing in a given area. @@ -16,17 +16,17 @@ Surface area {{ formatArea(surface) }}sqm{{ formatArea(surface_feet) }}sqft -
+
Crowd density What does it look like?
-
+
-
+
{{ density.toFixed(2) }} people per sqm (~10 sqft) {{ estimated }} estimated
@@ -51,10 +51,9 @@ Place de la République Tiergatern - Berlin
- -
+
+
Created by Anthony Catel -