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

Commit 80e7f71

Browse files
author
Manuel Proß
committed
fix(web): add relative and z-index to main content to place it over vim sign in the background
1 parent bd72dc5 commit 80e7f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/app/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default function Home() {
2424
return (
2525
<main className="pb-12">
2626
{pageData && (
27+
<main className="relative z-1 pb-12">
2728
<>
2829
<Hero headline={pageData.Hero.headline} list={pageData.Hero.list} cta={pageData.Hero.cta} />
2930
<PageContent entries={pageData.body} />

0 commit comments

Comments
 (0)