summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorStefan Hansson <steha708@student.liu.se>2020-11-20 10:31:57 +0100
committerStefan Hansson <steha708@student.liu.se>2020-11-20 10:31:57 +0100
commit006ef0cef71be07a637e05e5228fb0c5ae096de1 (patch)
tree1ec0bd37baa049391cee52845070d1d8a8eaedcf /templates
parent25fbaaef8f7e5bc261039fd9952d072676721f8f (diff)
parent6c3569f5d6aceedf18f238e8dd1b82c6f40efb5b (diff)
downloadtdde25-006ef0cef71be07a637e05e5228fb0c5ae096de1.tar.gz
Merge branch 'remove-margin-body' into 'master'
Remove margin on body See merge request tdde25-2020/tdde25-2020-projekt-sg3-maps-05!3
Diffstat (limited to 'templates')
-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
+}