diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-01 12:49:24 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-01 12:49:24 +0100 |
commit | 4652fab4c53cdab4dc69a750507aa669f5cf1c14 (patch) | |
tree | c2773393301693cd79116b106078106a8392f8c0 /templates | |
parent | a2e1edbe8bccb584f5d3441c06914242dfa2d981 (diff) |
map: use dynamic height (70% of viewport height)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_map.html.ep | 2 |
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> |