mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: fix misc. style bugs
This commit is contained in:
-1
@@ -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 {
|
||||
|
||||
+4
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user