higher top margin for pages on mobile

pull/143/head
Aevann 2023-05-02 16:08:17 +03:00
parent 238c3ef642
commit a81cfb9415
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 mt-2 mt-md-4 pl-1">
<ul class="pagination pagination-sm mb-0 mt-4 pl-1">
{% set num_pages = (next_exists / size) | round(0, 'ceil') | int %}
{% set start_point = page - 2 %}