Skip to content

Commit bc59ed4

Browse files
committed
Fix status indicator
1 parent 26bc04f commit bc59ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function HeroSection() {
1515
return (
1616
<section
1717
id="home"
18-
className="relative min-h-screen flex items-center justify-center overflow-hidden"
18+
className="relative min-h-screen flex items-center justify-center overflow-hidden pt-16"
1919
>
2020
{/* Animated background elements */}
2121
<div className="absolute inset-0 overflow-hidden pointer-events-none">

0 commit comments

Comments
 (0)