From 34bfdc4e6a827bc15403ea10b9542dd1fc27588a Mon Sep 17 00:00:00 2001 From: Jan Zarsky Date: Tue, 14 May 2019 23:22:24 +0200 Subject: [PATCH] let map and handbook take the full height On these pages, headings are not necessary, remove them. Set map height to 100vh. --- templates/handbook.twig | 1 - templates/map.twig | 1 - www/style.css | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/handbook.twig b/templates/handbook.twig index 0264858..1b1b11b 100644 --- a/templates/handbook.twig +++ b/templates/handbook.twig @@ -3,7 +3,6 @@ {% block highlight %}handbook{% endblock %} {% block content %} -

Handbook

diff --git a/templates/map.twig b/templates/map.twig index 1215b21..d10fb36 100644 --- a/templates/map.twig +++ b/templates/map.twig @@ -3,7 +3,6 @@ {% block highlight %}map{% endblock %} {% block content %} -

Mapa

diff --git a/www/style.css b/www/style.css index 4388fe5..d742f04 100644 --- a/www/style.css +++ b/www/style.css @@ -130,8 +130,8 @@ footer a, footer a:visited { } div.map, div.handbook { - height: calc(100% - 38px - 35px); - height: -webkit-calc(100vh - 180px); + height: 600px; + height: 100vh; } div.section {