diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-18 12:55:24 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-18 12:55:24 +0200 |
commit | de3965a032890fc450ac0d7dc4d9c839140cc454 (patch) | |
tree | afa0edbe6855cfbd0170a794f53783eafec192c1 /templates | |
parent | 8da0440039f929c73a4d5699cda7164ed93c66aa (diff) |
route_map: always use 70% vertical height for map
Diffstat (limited to 'templates')
-rw-r--r-- | templates/route_map.html.ep | 2 |
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> |