[css] Improve quotes.

This commit is contained in:
Fabien Basmaison
2021-04-07 18:07:32 +02:00
parent 2a0924027b
commit be0cabc415
2 changed files with 23 additions and 7 deletions

View File

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