summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-01-01 12:49:24 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-01-01 12:49:24 +0100
commit4652fab4c53cdab4dc69a750507aa669f5cf1c14 (patch)
treec2773393301693cd79116b106078106a8392f8c0 /templates
parenta2e1edbe8bccb584f5d3441c06914242dfa2d981 (diff)
map: use dynamic height (70% of viewport height)
Diffstat (limited to 'templates')
-rw-r--r--templates/_map.html.ep2
1 files changed, 1 insertions, 1 deletions
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>