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 {
|
.nav-menu {
|
||||||
background: none;
|
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>
|
</div>
|
||||||
|
|
||||||
<!-- GOOGLE MAPS -->
|
<!-- 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 -->
|
<!-- END GOOGLE MAPS -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue