summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--map.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/map.scss b/map.scss
index eb1af57..7539ef4 100644
--- a/map.scss
+++ b/map.scss
@@ -5,6 +5,14 @@ body {
padding:0;
}
+// keep headline above map, besides branding
+h1 {
+ z-index: 1;
+ position: absolute;
+ left: 222px; // match branding (20+202)
+ margin: 20px; // match branding (20)
+}
+
#content {
z-index: -1; // keep branding visible
position:absolute;