1
0
Fork 0

Larger cover sizes for discover and landing views

This commit is contained in:
Mouse Reeve 2021-08-19 15:30:58 -07:00
parent 0829696add
commit 9a7429b268
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@
<a
class="align to-b to-l"
href="{{ book.local_path }}"
>{% include 'snippets/book_cover.html' with cover_class='is-w-l-mobile is-w-auto-tablet' %}</a>
>{% include 'snippets/book_cover.html' with cover_class='is-w-l-mobile is-w-auto-tablet' size='xxlarge' %}</a>
{% include 'snippets/stars.html' with rating=book|rating:request.user %}
</div>