diff --git a/src/frontend/mockup/mockup.css b/src/frontend/mockup/mockup.css index 93f0010..34c3e9a 100644 --- a/src/frontend/mockup/mockup.css +++ b/src/frontend/mockup/mockup.css @@ -9248,15 +9248,19 @@ body { } .hero { + position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 100vh; padding: 120px 60px 60px; gap: 60px; + overflow: hidden; } .hero-content { + position: relative; + z-index: 10; flex: 1; max-width: 600px; } @@ -9390,6 +9394,8 @@ body { } .hero-visual { + position: relative; + z-index: 10; flex: 1; display: flex; justify-content: center;