Zoom a box-shadow na :hover receptu

This commit is contained in:
2022-09-06 11:45:23 +02:00
parent ff68573271
commit 4544836871
2 changed files with 19 additions and 2 deletions

View File

@ -18,7 +18,7 @@
{% endif %}
{% endfor %}
{% set image = resize_image(path=image, width=300, height=300, op="fill") %}
<img src="{{ image.url }}" alt="{{ recipe.title }}">
<div class="image" style="background-image: url('{{ image.url }}')"></div>
<div class="title">{{ recipe.title }}</div>
{% if recipe.date %}<span class="date">{{ recipe.date | date(format="%d.%m.%Y") }}</span>{% endif %}
</a>