update id

This commit is contained in:
2025-11-07 16:09:01 -03:00
parent c8b4d9beeb
commit 4c50692cd9
27 changed files with 210 additions and 517 deletions

View File

@@ -11,7 +11,7 @@ export default function Layout() {
<ChevronLeftIcon className="size-5" /> Página inicial
</a>
<div className="w-full max-w-sm relative z-1">
<div className="w-full max-w-xs relative z-1 max-lg:mt-8">
<Outlet />
</div>