1
0
Fork 0

Add shadows

This commit is contained in:
Mo 2022-10-29 11:57:43 +02:00
parent e274a0631b
commit c7b2bc4da0
2 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@
{% set image = resize_image(path=config.extra.portrait_path, height=500, op="fit_height") %}
<img
src="{{ image.url }}"
class="rounded d-block mx-auto"
class="rounded d-block mx-auto shadow"
/>
</div>
<div class="col d-flex align-content-center flex-wrap ps-5 pe-5 pt-3" style="min-width: 400px;">
@ -22,15 +22,15 @@
</div>
<div class="d-grid col-5 mx-auto gap-2 pt-2 pb-4">
<a href="/angebot" class="btn btn-success grow-on-hover">
<a href="/angebot" class="btn btn-success grow-on-hover shadow">
Unser Angebot
</a>
<a href="/termin" class="btn btn-success grow-on-hover">
<a href="/termin" class="btn btn-success grow-on-hover shadow">
Terminvereinbarung
</a>
</div>
<div class="mb-2" id="map" style="height: 50vh;"></div>
<div class="mb-2 shadow" id="map" style="height: 50vh;"></div>
{% endblock %}
{% block scripts %}

View file

@ -9,7 +9,7 @@
"
>
<div class="container-fluid mb-3" style="background-color: rgba(0, 0, 0, 0.6);">
<div class="container-xxl text-white p-3">
<div class="container-xxl text-white pb-2 pt-2 ps-4 pe-4">
<h1 style="font-weight: bold;">{{ config.title }}</h1>
<h5>{{ config.extra.address }}</h5>
</div>