Add bottom padding to page

Adds 80px of bottom padding to the page.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-23 11:05:05 +00:00
parent 9968780732
commit 485ac4775c
2 changed files with 8 additions and 3 deletions

View File

@@ -150,7 +150,7 @@ const Index = () => {
}, []);
return (
<SafeAreaContainer className="min-h-screen bg-neuro-background pb-24">
<SafeAreaContainer className="min-h-screen bg-neuro-background pb-24" extraBottomPadding={true}>
<div className="max-w-md mx-auto px-6">
<Header />