mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: typography styles
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
.mdx-cta-section__description {
|
||||
@include lsd.typography('h4', false);
|
||||
@include lsd.typography('h3', false);
|
||||
}
|
||||
|
||||
.mdx-cta-section__link {
|
||||
|
||||
+5
-1
@@ -27,7 +27,11 @@
|
||||
flex-direction: column;
|
||||
|
||||
&__title {
|
||||
@include lsd.typography('body1');
|
||||
@include lsd.typography('subtitle2');
|
||||
}
|
||||
|
||||
&__description {
|
||||
@include lsd.typography('h4');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -27,9 +27,9 @@ export const SectionHeader: React.FC<
|
||||
|
||||
{description && (
|
||||
<Typography
|
||||
className="mdx-section-header_description"
|
||||
className="mdx-section-header__description"
|
||||
component="p"
|
||||
variant="h4"
|
||||
variant="h3"
|
||||
>
|
||||
{description}
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user