Improved mobile layout

This commit is contained in:
Jose Selesan
2026-05-08 11:02:03 -03:00
parent 65295236c5
commit ab22ec86ec
25 changed files with 36 additions and 36 deletions

View File

@@ -19,7 +19,7 @@ export const Route = createRootRouteWithContext<RouterContext>()({
function RootRoute() {
return (
<Layout>
<div className="flex flex-col p-6">
<div className="flex flex-col">
<Outlet />
</div>
</Layout>