Skip to content

Commit 96d1c61

Browse files
committed
feat: redesign create page — match homepage hero DA (blobs, typography, card)
1 parent 7054104 commit 96d1c61

2 files changed

Lines changed: 407 additions & 84 deletions

File tree

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
1010
return (
1111
<html lang="en">
1212
<body>
13-
<main className="min-h-screen flex items-center justify-center" style={{ padding: '2rem 1.25rem' }}>
13+
<main>
1414
{children}
1515
</main>
1616
</body>

0 commit comments

Comments
 (0)