chore: adjust hero z-index

This commit is contained in:
jinhojang6 2024-03-13 17:49:46 +09:00
parent 221fe94cba
commit 5f53d3f30a
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ html[data-theme='light'] {
}
#hero-image-container {
z-index: -1;
button {
display: none !important;
}
@ -51,6 +52,7 @@ html[data-theme='light'] {
font-size: 48px !important;
line-height: 56px !important;
}
z-index: 10;
}
@include utils.responsive('xl', 'up') {