fix: landing page hero section z-index for video background

This commit is contained in:
Anderson 2026-02-05 21:32:24 +00:00 committed by GitHub
parent a10e9c9c6a
commit 7f4107c13f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;