margin between quote and attribution

This commit is contained in:
Mouse Reeve 2021-03-28 11:30:53 -07:00
parent 63b319e286
commit ecf5ee4afc

View file

@ -28,7 +28,7 @@
{% if status.quote %}
<div class="quote block">
<blockquote dir="auto">{{ status.quote | safe }}</blockquote>
<blockquote dir="auto" class="mb-2">{{ status.quote | safe }}</blockquote>
<p> &mdash; {% include 'snippets/book_titleby.html' with book=status.book %}</p>
</div>