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

Commit f363da8

Browse files
author
Manuel Proß
committed
fix(web): adjust position of header content according to style guide
1 parent 4cb75e0 commit f363da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Strapi/Sections/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import List from "../Common/List";
44

55
export default function Hero({ headline, cta, list }: HeroSection) {
66
return (
7-
<div className="flex flex-col justify-end pb-80 h-screen">
7+
<div className="flex flex-col justify-end pb-[48rem] h-screen max-w-7xl">
88
{headline && <h1 className="h1-prefix">{headline}</h1>}
99
<div className="flex justify-between">
1010
{list && <List list={list} />}

0 commit comments

Comments
 (0)