Skip to content

Commit 46a817c

Browse files
committed
Increased padding-y from 8 to 12
1 parent d583e40 commit 46a817c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Home() {
2727
}
2828

2929
return (
30-
<div className="flex min-h-screen items-center justify-center p-8">
30+
<div className="flex min-h-screen items-center justify-center px-8 py-12">
3131
<div className="max-w-4xl w-full">
3232
<h1 className="text-center retro-heading text-5xl wave">
3333
{greetingCharacters.map((letter, index) => (

0 commit comments

Comments
 (0)