Skip to content

Commit 965119a

Browse files
committed
style
1 parent 84f86c5 commit 965119a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function Home() {
3636
flexDirection="col"
3737
justifyContent="start"
3838
alignItems="center"
39-
class="bg-background text-foreground min-h-screen pt-8 lg:pt-[20vh]">
39+
class="bg-background text-foreground pt-4 lg:pt-[20vh]">
4040
<div class="flex w-full max-w-2xl flex-col items-center gap-4 px-4">
4141
<div class="text-center">
4242
<Info showTitle={showTitle} showExplanation={showExplanation} />

0 commit comments

Comments
 (0)