From 84758799a8f6120eea4cf8070e1689ad45f909bb Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 26 Feb 2016 14:02:45 +0100 Subject: Keep headline above map, besides branding. --- map.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- cgit v1.2.3