We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ffa40 commit f73ab6eCopy full SHA for f73ab6e
โfront/src/layout/Layout.tsxโ
@@ -9,7 +9,7 @@ export default function Layout() {
9
return (
10
<>
11
<Navbar />
12
- <div className="mx-auto flex h-[calc(100vh-72px)] max-w-[1080px] justify-center p-8 pt-0">
+ <div className="mx-auto flex h-[calc(100vh-72px)] max-w-[1080px] justify-center p-8 pt-4">
13
<Suspense fallback={<LoadingPage />}>
14
<Outlet />
15
</Suspense>
0 commit comments