mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
chore: misc. landing page style updates
This commit is contained in:
@@ -154,6 +154,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.mdx-feature-list__header {
|
||||
h2 {
|
||||
@include lsd.typography('h3');
|
||||
}
|
||||
}
|
||||
|
||||
.mdx-feature-list__list {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
@@ -17,11 +17,9 @@ export const HeroImage: React.FC<HeroImageProps> = ({
|
||||
...props
|
||||
}) => {
|
||||
return (
|
||||
<>
|
||||
<div className={clsx(className, 'mdx-hero-image')} {...(props as any)}>
|
||||
<img src={src} alt={alt} className="mdx-hero-image__img" />
|
||||
{children}
|
||||
</div>
|
||||
</>
|
||||
<div className={clsx(className, 'mdx-hero-image')} {...(props as any)}>
|
||||
<img src={src} alt={alt} className="mdx-hero-image__img" />
|
||||
{children}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
+4
@@ -42,5 +42,9 @@
|
||||
&__description {
|
||||
@include lsd.typography('h4');
|
||||
}
|
||||
|
||||
h2 {
|
||||
@include lsd.typography('h3');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -345,9 +345,17 @@ a code {
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
#__docusaurus {
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
.card,
|
||||
|
||||
Reference in New Issue
Block a user