Replace embeded openstreetmap with static image
This commit is contained in:
parent
2e2f89a64b
commit
acf14232cf
3 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue