fix: fix misc. style bugs

This commit is contained in:
jinhojang6
2024-03-22 04:36:17 +09:00
committed by Jinho Jang
parent 5c785304e8
commit 97e8b425a6
3 changed files with 5 additions and 5 deletions
@@ -92,7 +92,6 @@
}
.mdx-cta-section__title {
width: 100%;
}
.mdx-cta-section--full-width {
@@ -83,6 +83,7 @@
}
.mdx-feature-list__feature-description {
max-width: 460px;
}
.mdx-feature-list__header {
@@ -130,15 +130,15 @@ export const FeatureList: React.FC<FeatureListProps> = ({
)}
<Typography
variant="h2"
component="h2"
variant="h3"
component="h3"
className="mdx-feature-list__feature-title"
>
{feature.title}
</Typography>
<Typography
variant="h5"
component="h3"
variant="body1"
component="p"
className="mdx-feature-list__feature-description"
>
<span>{feature.description}</span>