fix: landing page hero section z-index for video background
This commit is contained in:
parent
a10e9c9c6a
commit
7f4107c13f
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue