summaryrefslogtreecommitdiff
path: root/map.scss
diff options
context:
space:
mode:
Diffstat (limited to 'map.scss')
-rw-r--r--map.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/map.scss b/map.scss
index 5882fd5..562e8ca 100644
--- a/map.scss
+++ b/map.scss
@@ -15,7 +15,9 @@ h1 {
margin: 20px; // match branding (20)
}
-#content {
+#content,
+#map {
+ padding: 0;
z-index: -1; // keep branding visible
position:absolute;
top:0;