From 6c3569f5d6aceedf18f238e8dd1b82c6f40efb5b Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Thu, 12 Nov 2020 15:13:47 +0100 Subject: Remove margin on body to reduce wasted space and make it look prettier --- templates/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/index.css b/templates/index.css index 0d9fcbc..cd24417 100644 --- a/templates/index.css +++ b/templates/index.css @@ -1,3 +1,6 @@ +body { + margin: 0; +} #map { height:80%; } @@ -8,4 +11,4 @@ display: flex; flex-direction: column; margin: 2%; -} \ No newline at end of file +} -- cgit v1.2.1