Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit d481790

Browse files
author
Manuel Proß
committed
fix(web): add padding to add space between content and footer
1 parent 36719da commit d481790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function Home() {
2222
}, []);
2323

2424
return (
25-
<main>
25+
<main className="pb-12">
2626
{pageData && (
2727
<>
2828
<Hero headline={pageData.Hero.headline} list={pageData.Hero.list} cta={pageData.Hero.cta} />

0 commit comments

Comments
 (0)