forked from kittv/web
1
0
Fork 0

Mapa na stránce *sídlo pracoviště*

Closes: #17
content
Emil Miler 3 years ago
parent 34ab0f6ecf
commit 96d535c290

@ -6,3 +6,7 @@ weight = 2
icon = "ri-road-map-line"
+++
## Mapa
<iframe class="map" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=14.416733980178835%2C50.077740291580795%2C14.423943758010866%2C50.08173010192646&amp;layer=mapnik&amp;marker=50.07973%2C14.42033" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/relation/67763#map=19/50.07973/14.42067&layers=N">Zobrazit větší mapu</a></small

@ -479,6 +479,11 @@ main {
}
}
.map {
width: 100%;
height: 30em;
}
.button {
border: 0;
@include top-border($light-blue);

Loading…
Cancel
Save