Fixes margins on paginator to be more consistent with rest of site.

This commit is contained in:
Johnny 2018-10-26 00:43:58 +00:00
parent 659ce7c879
commit ed1f9f0570

View file

@ -1,5 +1,4 @@
{% if page_obj %}
<div class="container main-content mt-2" id="pagination">
<div class="row">
<div class="col">
<div class="card mt-3">
@ -30,5 +29,4 @@
</div>
</div>
</div>
</div>
{% endif %}