Skip to content

Commit bac5b0f

Browse files
committed
fix hero spacing
1 parent bcb259a commit bac5b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/HeroV2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { CallToActionButton } from "./ui/CallToActionButton"
44

55
export const HeroV2 = () => {
66
return (
7-
<section className="mx-auto max-w-6xl pt-32">
7+
<section className="mx-auto max-w-6xl pt-25 sm:pt-28 md:pt-32">
88
<div className="inside relative flex [flex:1.5_0_0px] px-5.5 pb-12 md:px-11 md:pb-24">
99
<div className="flex max-w-lg flex-col gap-8 md:min-w-sm">
1010
<AnimatedElement

0 commit comments

Comments
 (0)