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 3830e60 commit 7bc4a8eCopy full SHA for 7bc4a8e
src/app/home.tsx
@@ -3,7 +3,7 @@ import { AppHero } from "@/components/libresplit/AppHero";
3
4
export function Home() {
5
return (
6
- <div className="flex w-screen flex-col items-center justify-center">
+ <div className="flex flex-col items-center justify-center">
7
<AppHero />
8
<AppGitHubReadme />
9
</div>
0 commit comments