Skip to content

Commit a7613b5

Browse files
committed
Remove center justification
Fixes #9
1 parent 6796823 commit a7613b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HomeLayout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function HomeLayout(props: Props): JSX.Element {
4444
className={clsx(ThemeClassNames.wrapper.main, wrapperClassName)}
4545
>
4646
<ErrorBoundary fallback={(params) => <ErrorPageContent {...params} />}>
47-
<div className="bg-white justify-center flex flex-col w-full h-screen max-h-[1600px]">
47+
<div className="bg-white flex flex-col w-full h-screen max-h-[1600px]">
4848
<div className="w-full">
4949
<Navbar />
5050
</div>

0 commit comments

Comments
 (0)