fix(frontend): remove extraneous top margin from pagination controls

Remove the mt-5 class from the pagination container div to eliminate
unnecessary spacing between the pagination buttons and the per-page
selector.
This commit is contained in:
2026-04-24 23:00:54 -04:00
parent b68abfc1c9
commit 24d4d24edf

View File

@@ -118,7 +118,7 @@
</ul>
</nav>
{/if}
<div class="flex mt-5">
<div class="flex">
<div class="w-20 mx-auto">
<select
bind:value={perPage}