diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index fba5c30a..b63ac072 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -561,7 +561,7 @@ ol.ordered-list li::before { .books-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(10em, 1fr)); - gap: 2em; + gap: 1.5rem; align-items: end; justify-items: center; } @@ -570,6 +570,7 @@ ol.ordered-list li::before { grid-column: span 2; grid-row: span 2; justify-self: stretch; + padding: 1.5rem 1.5rem 0; } .books-grid .book-cover { diff --git a/bookwyrm/templates/annual_summary/layout.html b/bookwyrm/templates/annual_summary/layout.html index 7dec0d8f..a259b6e6 100644 --- a/bookwyrm/templates/annual_summary/layout.html +++ b/bookwyrm/templates/annual_summary/layout.html @@ -117,7 +117,7 @@
{% include 'snippets/book_cover.html' with book=book_rating_highest.book cover_class='is-w-auto-tablet is-h-l-mobile' %}
-
+
{% trans "Your best rated review" %}