summaryrefslogtreecommitdiffstats
path: root/templates/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.css')
-rw-r--r--templates/index.css5
1 files changed, 4 insertions, 1 deletions
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
+}