fix: padding on homepage
This commit is contained in:
parent
0223fcd264
commit
21efcc8601
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export default async function Home({ searchParams }: HomePageProps) {
|
|||
console.log("Message from searchParams:", message);
|
||||
|
||||
return (
|
||||
<div className="flex flex-col items-center justify-items-center pb-20 w-full">
|
||||
<div className="flex flex-col items-center justify-items-center pb-20 p-8 w-full">
|
||||
<main className="flex flex-col gap-[32px] w-full items-center sm:items-start">
|
||||
{message && (
|
||||
<Alert variant="default">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue