fix: add top padding on mobile to clear fixed header in Hero section
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
040d03c29d
commit
a2ea70426d
|
|
@ -9,7 +9,7 @@ export default function Hero() {
|
|||
const typed = useTypewriter(words);
|
||||
|
||||
return (
|
||||
<section className="relative min-h-screen flex items-center justify-center overflow-hidden">
|
||||
<section className="relative min-h-screen flex items-center justify-center overflow-hidden pt-20 sm:pt-0">
|
||||
{/* Background grid */}
|
||||
<div className="absolute inset-0 bg-grid opacity-50" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue