Skip to content

Commit b1000c0

Browse files
committed
fix: fix theme margin top
1 parent 8270531 commit b1000c0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/components/Hero.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ export function Hero() {
2727
return (
2828
<section className="relative">
2929
<div className="container mx-auto px-6 pt-12 pb-0 text-center">
30-
{/* Mascot with overlay title at 3/4 height */}
31-
<div className="relative mx-auto max-w-5xl">
30+
<div className="relative mx-auto max-w-5xl mt-12">
3231
<img
3332
src="/mascot.svg"
3433
alt="Mascot"

0 commit comments

Comments
 (0)