Fix map in contact page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Tobias Reisinger 2023-06-05 16:35:03 +02:00
parent ca71386501
commit 159963faa7
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: Reitanlage Oranienburg
version: 1.4.4
version: 1.4.5
description: Design der Reitanlage Oranienburg
icon: rebel
author:

View file

@ -1,6 +1,6 @@
{
"name": "reitanlage-oranienburg",
"version": "1.4.4",
"version": "1.4.5",
"description": "The Reitanlage Oranienburg Theme for Grav CMS.",
"main": "index.js",
"scripts": {

View file

@ -12,8 +12,10 @@
</div>
</div>
<div class="row">
<div class="col-12" style="height: 300px">
<div class="col-12 h-100">
<div class="w-100" style="min-height: 300px">
{% include 'partials/osm.html.twig' %}
</div>
</div>
</div>
{% endblock %}