everything is a box now

This commit is contained in:
Lorin Werthen 2017-12-16 18:49:56 +01:00
parent cca1c5ed1d
commit 4c55e46a91
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
2 changed files with 17 additions and 1 deletions

View file

@ -45,3 +45,17 @@
.nav-menu {
background: none;
}
.map-wrapper {
border-radius: 20px;
overflow: hidden;
position: relative;
height: 400px;
padding: 0;
iframe {
height: 100%;
width: 100%;
}
}

View file

@ -77,7 +77,9 @@
</div>
<!-- GOOGLE MAPS -->
<iframe height="400" style="width:100%" src="<%= locationlink item[:locationlink] %>" allowfullscreen> </iframe>
<div class="map-wrapper box">
<iframe height="400" style="width:100%" src="<%= locationlink item[:locationlink] %>" allowfullscreen> </iframe>
</div>
<!-- END GOOGLE MAPS -->
</div>