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 {
|
.hero {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 120px 60px 60px;
|
padding: 120px 60px 60px;
|
||||||
gap: 60px;
|
gap: 60px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-content {
|
.hero-content {
|
||||||
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
@ -9390,6 +9394,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-visual {
|
.hero-visual {
|
||||||
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue