diff options
Diffstat (limited to 'ui/src/pages/Home.tsx')
| -rw-r--r-- | ui/src/pages/Home.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/pages/Home.tsx b/ui/src/pages/Home.tsx index 9b1c0976..b7c4503d 100644 --- a/ui/src/pages/Home.tsx +++ b/ui/src/pages/Home.tsx @@ -125,7 +125,7 @@ export default function Home() { } return ( - <div className="pl-60"> + <div className="w-full flex-1 flex-col p-4"> <div className="p-10"> <Header name={user.username} /> |
