We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bc04f commit bc59ed4Copy full SHA for bc59ed4
1 file changed
src/components/HeroSection.tsx
@@ -15,7 +15,7 @@ export function HeroSection() {
15
return (
16
<section
17
id="home"
18
- className="relative min-h-screen flex items-center justify-center overflow-hidden"
+ className="relative min-h-screen flex items-center justify-center overflow-hidden pt-16"
19
>
20
{/* Animated background elements */}
21
<div className="absolute inset-0 overflow-hidden pointer-events-none">
0 commit comments