Replace embeded openstreetmap with static image

This commit is contained in:
Tobias Reisinger 2022-10-23 20:29:55 +02:00
parent 2e2f89a64b
commit acf14232cf
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 5 additions and 3 deletions

View file

@ -2,12 +2,14 @@
{% block content %}
<div class="row">
<div class="col-12 col-md-6 mb-2" height="100%">
<div class="col-12">
<h1 class="d-inline">
{% include 'partials/logo.html.twig' with {style: 'height: 3rem; padding-bottom: 0.5rem'} %}
Herzlich Willkommen
</h1>
<div width="100%" style="height: 300px;">
</div>
<div class="col-12 col-md-6 mb-2" height="100%">
<div width="100%" style="min-height: 300px;">
{% include 'partials/osm.html.twig' %}
</div>
<div>