Small html/css fixes

This commit is contained in:
Mouse Reeve
2020-04-11 21:49:06 -07:00
parent ac279d7d2c
commit f2f0c979f1
4 changed files with 18 additions and 16 deletions

View File

@ -12,11 +12,9 @@
<div class="covers-shelf {{ shelf.identifier }} ">
{% for book in shelf.books %}
<div class="cover-container">
<div>
<label for="book-{{ book.id }}-radio">
{% include 'snippets/book_cover.html' with book=book %}
</label>
</div>
{% include 'snippets/shelve_button.html' with book=book %}
</div>
{% endfor %}