Collections: add margin on pagination

This commit is contained in:
2026-04-03 15:58:07 +02:00
parent 488e3763e3
commit a5c4c0bbec

View File

@@ -42,6 +42,7 @@ function pageChange(newPageNumber) {
</div>
</div>
<Pagination
class="mt-5"
:pageNumber="pageNumber"
:pageTotal="pageTotal"
maxItemDisplayed="11"