Fix map buttons

This commit is contained in:
Tobias Reisinger 2021-02-13 13:10:23 +01:00
parent 5c62af5ecc
commit 916573f593
2 changed files with 13 additions and 13 deletions

View file

@ -10,8 +10,7 @@ <h1 class="d-inline">
<div width="100%" style="height: 300px;">
{% include 'partials/osm.html.twig' %}
</div>
<div style="height: 45px;"><!-- SPACER FOR BUTTONS --></div>
<div style="position: absolute; bottom: 0;">
<div>
<a role="button" class="btn btn-primary mr-1" href="/kontakt">Kontakt</a>
{% include 'partials/socialmedia.html.twig' %}
</div>

View file

@ -1,6 +1,6 @@
<iframe style="margin-bottom: -1.8em; padding-bottom: 1em;" width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=13.184784650802612%2C52.76459265506261%2C13.190723061561586%2C52.76727373740601&amp;layer=mapnik&amp;marker=52.765933216869406%2C13.187753856182098" style="border: 1px solid black"></iframe>
<br/>
<small style="margin-bottom: 2em;">
<div class="w-100 h-100 d-flex flex-column">
<iframe class="flex-grow-1 w-100" style="border: 0;" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=13.184784650802612%2C52.76459265506261%2C13.190723061561586%2C52.76727373740601&amp;layer=mapnik&amp;marker=52.765933216869406%2C13.187753856182098" style="border: 1px solid black"></iframe>
<small>
<a target="_blank" href="https://www.openstreetmap.org/?mlat=52.76593&amp;mlon=13.18775#map=18/52.76593/13.18775">
Auf OpenStreetMaps öffnen
</a>
@ -8,4 +8,5 @@
<a target="_blank" href="https://goo.gl/maps/WFYcPCQVA5u2vegy8">
Auf Google Maps öffnen
</a>
</small>
</small>
</div>