Tweak style

This commit is contained in:
2024-06-14 12:51:03 +02:00
parent 4f19bac707
commit 71ddec420c
4 changed files with 27 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{% set route = app.request.attributes.get('_route') %}
<nav>
<ul class="pagination">
<ul class="pagination justify-content-center mt-4">
<li class="page-item {{ page < 2 ? 'disabled' }}">
<a class="page-link" href="{{ path(route, {'page': page - 1}) }}">{{ 'previous'|trans }}</a>
</li>