diff options
| -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> | 
