diff --git a/bookwyrm/templates/user/user.html b/bookwyrm/templates/user/user.html index 444385fe..a97d26ab 100644 --- a/bookwyrm/templates/user/user.html +++ b/bookwyrm/templates/user/user.html @@ -36,7 +36,7 @@ {% for book in shelf.books %}
- {% include 'snippets/book_cover.html' with book=book cover_class='is-h-m' %} + {% include 'snippets/book_cover.html' with book=book cover_class='is-h-m is-h-s-mobile' %}
{% endfor %}