mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: fix order of hero elements
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
.mdx-hero-description {
|
.mdx-hero-description {
|
||||||
color: red;
|
z-index: -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdx-hero-description--small {
|
.mdx-hero-description--small {
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
);
|
);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(var(--logos-hero-info-height) - 10px);
|
top: calc(var(--logos-hero-info-height) - 10px);
|
||||||
|
z-index: -1;
|
||||||
|
|
||||||
.mdx-hero-model--inner {
|
.mdx-hero-model--inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
.mdx-hero-title {
|
.mdx-hero-title {
|
||||||
font-weight: 300 !important;
|
font-weight: 300 !important;
|
||||||
|
z-index: -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdx-hero-title--large {
|
.mdx-hero-title--large {
|
||||||
|
|||||||
Reference in New Issue
Block a user