1
0
Fork 0

More shadows

This commit is contained in:
Mo 2022-10-29 12:08:46 +02:00
parent 2572fd1c02
commit f4ca949726
4 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,7 @@
<img <img
src="{{ image.url }}" src="{{ image.url }}"
class="rounded d-block mx-auto img-fluid" class="rounded d-block mx-auto img-fluid shadow"
/> />
</div> </div>
<div class="col d-flex align-content-center flex-wrap ms-5 me-5 mt-3" style="min-width: 300px;"> <div class="col d-flex align-content-center flex-wrap ms-5 me-5 mt-3" style="min-width: 300px;">

View file

@ -7,7 +7,7 @@
<img <img
src="{{ image.url }}" src="{{ image.url }}"
class="rounded d-block mx-auto img-fluid" class="rounded d-block mx-auto img-fluid shadow"
/> />
</div> </div>
<div class="col d-flex align-content-center flex-wrap ms-5 me-5 mt-3" style="min-width: 300px;"> <div class="col d-flex align-content-center flex-wrap ms-5 me-5 mt-3" style="min-width: 300px;">

View file

@ -86,7 +86,7 @@
)}} )}}
<div class="d-grid col-5 mx-auto pt-2 pb-3"> <div class="d-grid col-5 mx-auto pt-2 pb-3">
<a href="/termin" class="btn btn-success grow-on-hover"> <a href="/termin" class="btn btn-success grow-on-hover shadow">
Terminvereinbarung Terminvereinbarung
</a> </a>
</div> </div>

View file

@ -26,7 +26,6 @@
{% set image = resize_image(path=config.extra.logo_path, width=resize_width, height=resize_height, op="fill") %} {% set image = resize_image(path=config.extra.logo_path, width=resize_width, height=resize_height, op="fill") %}
<img <img
src="{{ image.url }}" src="{{ image.url }}"
alt="Startseite"
{% set actual_height = 70 %} {% set actual_height = 70 %}
{% set actual_width = logo_width_to_height_ratio * actual_height | int %} {% set actual_width = logo_width_to_height_ratio * actual_height | int %}
width="{{ actual_width }}" width="{{ actual_width }}"