fix: fix order of hero elements

This commit is contained in:
Hossein Mehrabi
2023-06-01 02:55:14 +03:30
parent 8f53200f24
commit bb653e447d
3 changed files with 3 additions and 1 deletions
@@ -1,5 +1,5 @@
.mdx-hero-description {
color: red;
z-index: -2;
}
.mdx-hero-description--small {
@@ -5,6 +5,7 @@
);
position: absolute;
top: calc(var(--logos-hero-info-height) - 10px);
z-index: -1;
.mdx-hero-model--inner {
position: relative;
@@ -1,5 +1,6 @@
.mdx-hero-title {
font-weight: 300 !important;
z-index: -2;
}
.mdx-hero-title--large {