From 4652fab4c53cdab4dc69a750507aa669f5cf1c14 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon, 1 Jan 2024 12:49:24 +0100 Subject: map: use dynamic height (70% of viewport height) --- templates/_map.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_map.html.ep b/templates/_map.html.ep index 19ea617..daa16f0 100644 --- a/templates/_map.html.ep +++ b/templates/_map.html.ep @@ -1,6 +1,6 @@ <div class="row"> <div class="col s12"> - <div id="map" style="height: 500px;"> + <div id="map" style="height: 70vh;"> </div> </div> </div> -- cgit v1.2.3