There was an error while loading. Please reload this page.
1 parent 6235977 commit 7541bffCopy full SHA for 7541bff
docusaurus/src/scss/_tokens.scss
@@ -22,7 +22,7 @@
22
--strapi-font-size-ssm: 0.8125rem; // 13px
23
--strapi-font-size-sm: 0.875rem; // 14px
24
--strapi-font-size-md: 1rem; // 16px
25
- --strapi-font-size-lg: 1.125rem; // 18px
+ --strapi-font-size-lg: 1.25rem; // 20px
26
--strapi-font-size-xl: 1.5rem; // 24px
27
--strapi-font-size-xxl: 1.75rem; // 28px
28
--strapi-font-size-xxxl: 2rem; // 32px
docusaurus/src/scss/typography.scss
@@ -52,7 +52,7 @@ h3, .markdown > h3 {
52
}
53
54
h4, .markdown > h4 {
55
- --ifm-h3-font-size: var(--strapi-font-size-lg);
+ --ifm-h4-font-size: var(--strapi-font-size-lg);
56
line-height: var(--strapi-line-height-lg);
57
58
0 commit comments