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 {