summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Hansson <steha708@edu.liu.se>2020-11-12 15:13:47 +0100
committerNewbyte <steha708@liu.se>2020-11-12 15:13:47 +0100
commit6c3569f5d6aceedf18f238e8dd1b82c6f40efb5b (patch)
tree9c55c80d7491f41c6853a3bf2d93ccdb04bc65e5
parentd429f09e7e3bc8173e765aba8a91f2440c99a324 (diff)
downloadtdde25-6c3569f5d6aceedf18f238e8dd1b82c6f40efb5b.tar.gz
Remove margin on body to reduce wasted space and make it look prettier
-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
+}