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 84f86c5 commit 965119aCopy full SHA for 965119a
src/routes/index.tsx
@@ -36,7 +36,7 @@ export default function Home() {
36
flexDirection="col"
37
justifyContent="start"
38
alignItems="center"
39
- class="bg-background text-foreground min-h-screen pt-8 lg:pt-[20vh]">
+ class="bg-background text-foreground pt-4 lg:pt-[20vh]">
40
<div class="flex w-full max-w-2xl flex-col items-center gap-4 px-4">
41
<div class="text-center">
42
<Info showTitle={showTitle} showExplanation={showExplanation} />
0 commit comments