Add bottom padding to page
Adds 80px of bottom padding to the page.
This commit is contained in:
@@ -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 />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user