diff options
Diffstat (limited to 'map.scss')
-rw-r--r-- | map.scss | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,7 +15,9 @@ h1 { margin: 20px; // match branding (20) } -#content { +#content, +#map { + padding: 0; z-index: -1; // keep branding visible position:absolute; top:0; |