Unverified Commit 4652fab4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

map: use dynamic height (70% of viewport height)

parent a2e1edbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<div class="row">
	<div class="col s12">
		<div id="map" style="height: 500px;">
		<div id="map" style="height: 70vh;">
		</div>
	</div>
</div>