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 6796823 commit a7613b5Copy full SHA for a7613b5
src/components/HomeLayout/index.tsx
@@ -44,7 +44,7 @@ export default function HomeLayout(props: Props): JSX.Element {
44
className={clsx(ThemeClassNames.wrapper.main, wrapperClassName)}
45
>
46
<ErrorBoundary fallback={(params) => <ErrorPageContent {...params} />}>
47
- <div className="bg-white justify-center flex flex-col w-full h-screen max-h-[1600px]">
+ <div className="bg-white flex flex-col w-full h-screen max-h-[1600px]">
48
<div className="w-full">
49
<Navbar />
50
</div>
0 commit comments