summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-02-26 14:02:45 +0100
committerJonas Smedegaard <dr@jones.dk>2016-02-26 14:02:45 +0100
commit84758799a8f6120eea4cf8070e1689ad45f909bb (patch)
tree5e6f5723359317f35ebc00e572811d940e1d6841
parent672088e6b230dec13be308bd77f91b4592d5829b (diff)
Keep headline above map, besides branding.
-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;