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:
MBO-Tech-IT 2026-04-28 20:15:24 +02:00
parent 040d03c29d
commit a2ea70426d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export default function Hero() {
const typed = useTypewriter(words); const typed = useTypewriter(words);
return ( 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 */} {/* Background grid */}
<div className="absolute inset-0 bg-grid opacity-50" /> <div className="absolute inset-0 bg-grid opacity-50" />