fix the footer was covering the buttons

This commit is contained in:
Fran
2026-02-07 15:19:38 -03:00
parent 8168ceb00d
commit cdc9e74095

View File

@@ -98,7 +98,7 @@
</div>
</div>
</div>
<div class="mt-6 flex items-center justify-center gap-4">
<div class="mt-6 mb-12 flex items-center justify-center gap-4">
<button
class="rounded-md border bg-card p-2 hover:bg-accent disabled:cursor-not-allowed disabled:opacity-50"
onclick={() => cargarPagina(currentPage - 1)}