Specify sizes on all templates

This commit is contained in:
Joachim
2021-05-24 16:18:05 +02:00
parent dc49432322
commit 36f447210a
14 changed files with 15 additions and 15 deletions

View File

@ -14,7 +14,7 @@
<div class="card-image columns is-mobile is-gapless is-clipped">
{% for book in list_books %}
<a class="column is-cover" href="{{ book.book.local_path }}">
{% include 'snippets/book_cover.html' with book=book.book cover_class='is-h-s' aria='show' %}
{% include 'snippets/book_cover.html' with book=book.book cover_class='is-h-s' size='small' aria='show' %}
</a>
{% endfor %}
</div>