From f697a6ac5c59d0012857dbc9d185780da7153d49 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 17 May 2018 14:51:32 +0200 Subject: Tighten map styling. --- map.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/map.scss b/map.scss index 5882fd5..562e8ca 100644 --- a/map.scss +++ b/map.scss @@ -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; -- cgit v1.2.3