Skip to content

Commit 7bc4a8e

Browse files
committed
Fix centering on main page
1 parent 3830e60 commit 7bc4a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { AppHero } from "@/components/libresplit/AppHero";
33

44
export function Home() {
55
return (
6-
<div className="flex w-screen flex-col items-center justify-center">
6+
<div className="flex flex-col items-center justify-center">
77
<AppHero />
88
<AppGitHubReadme />
99
</div>

0 commit comments

Comments
 (0)