diff options
-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; |