cover: Search layout: Reduce padding around covers.

This commit is contained in:
Fabien Basmaison
2021-04-24 12:56:38 +02:00
parent 7f0b3184a1
commit 9ea91d8e7c
2 changed files with 27 additions and 22 deletions

View File

@ -49,7 +49,7 @@
<ul>
{% for result in result_set.results %}
<li class="pb-4">
<li class="mb-5">
{% include 'snippets/search_result_text.html' with result=result remote_result=True %}
</li>
{% endfor %}