Fix hero section negative margin overlapping navbar

This commit is contained in:
2026-03-17 14:05:39 -05:00
parent 3b952a64d2
commit db28aa077a

View File

@@ -916,7 +916,7 @@ header.main-header .header-sticky.active{
min-height: 100vh; min-height: 100vh;
overflow: hidden; overflow: hidden;
padding: clamp(100px, 20vh, 200px) 0; padding: clamp(100px, 20vh, 200px) 0;
margin-top: -50px; margin-top: 0;
} }
.hero::before{ .hero::before{