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

@ -42,9 +42,7 @@
{% if status.quote %}
<div class="quote">
<span class="icon icon-quote-open"></span>
<blockquote>{{ status.quote }}</blockquote>
<span class="icon icon-quote-close"></span>
<p> &mdash; {% include 'snippets/book_titleby.html' with book=status.book %}</p>
</div>