diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-02-26 14:02:45 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-02-26 14:02:45 +0100 |
commit | 84758799a8f6120eea4cf8070e1689ad45f909bb (patch) | |
tree | 5e6f5723359317f35ebc00e572811d940e1d6841 | |
parent | 672088e6b230dec13be308bd77f91b4592d5829b (diff) |
Keep headline above map, besides branding.
-rw-r--r-- | map.scss | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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; |