tweak page numbers margins

pull/143/head
Aevann 2023-05-01 22:52:36 +03:00
parent 558be41b3d
commit d5f9e5ce01
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
{% block pagenav %}
{% if listing %}
<nav>
<ul class="pagination pagination-sm mb-0">
<ul class="pagination pagination-sm mb-0 mt-2 mt-md-4 pl-1">
{% set num_pages = (next_exists / size) | round(0, 'ceil') | int %}
{% set start_point = page - 2 %}