everything is a box now
This commit is contained in:
parent
cca1c5ed1d
commit
4c55e46a91
2 changed files with 17 additions and 1 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -77,7 +77,9 @@
|
|||
</div>
|
||||
|
||||
<!-- GOOGLE MAPS -->
|
||||
<div class="map-wrapper box">
|
||||
<iframe height="400" style="width:100%" src="<%= locationlink item[:locationlink] %>" allowfullscreen> </iframe>
|
||||
</div>
|
||||
<!-- END GOOGLE MAPS -->
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue