chore: misc. landing page style updates

This commit is contained in:
jinhojang6
2024-03-22 04:36:17 +09:00
committed by Jinho Jang
parent 24461d0cce
commit d061cd1868
4 changed files with 22 additions and 6 deletions
@@ -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>
)
}
@@ -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,