feat: add employee management features including filtering, deletion, and improved layout

This commit is contained in:
2025-10-25 01:24:40 -03:00
parent be3522ae74
commit f0d3625045
10 changed files with 735 additions and 132 deletions

View File

@@ -5,7 +5,7 @@
<div class="w-full">
<main
id="container-central"
class="container mx-auto p-4 lg:p-6 max-w-7xl"
class="w-full max-w-none px-3 lg:px-4 pt-8 lg:pt-10 pb-2"
>
{@render children()}
</main>