summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-08-18 12:55:24 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-08-18 12:55:24 +0200
commitde3965a032890fc450ac0d7dc4d9c839140cc454 (patch)
treeafa0edbe6855cfbd0170a794f53783eafec192c1
parent8da0440039f929c73a4d5699cda7164ed93c66aa (diff)
route_map: always use 70% vertical height for map
-rw-r--r--templates/route_map.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/route_map.html.ep b/templates/route_map.html.ep
index 447960a..9bb264a 100644
--- a/templates/route_map.html.ep
+++ b/templates/route_map.html.ep
@@ -3,7 +3,7 @@
% }
<div class="container">
- <div id="map" style="height: 500px;">
+ <div id="map" style="height: 70vh;">
</div>
</div>