fix: update sponsoring section height for better responsiveness on larger screens

This commit is contained in:
syntaxbullet
2026-07-13 22:55:41 +02:00
parent e28666fc47
commit 740e302c58

View File

@@ -785,7 +785,7 @@ const Netzwerk: React.FC = () => {
{/* ── 7. SPONSORING-FORM ───────────────────────────────────────────────── */}
<section id="sponsoring" style={{
background: '#24366A', overflow: 'hidden', position: 'relative',
height: isMobile ? 'auto' : 'calc(100vh - 60px)',
height: isMobile ? 'auto' : 'min(680px, calc(100vh - 100px))',
display: 'flex', flexDirection: 'column',
}}>
<div style={{ flex: 1, position: 'relative', zIndex: 1, display: 'grid', gridTemplateColumns: isMobile ? '1fr' : '4fr 1px 8fr', minHeight: 0, overflow: 'hidden' }}>