Skip to content

Commit 7541bff

Browse files
committed
Fix h4 font size
1 parent 6235977 commit 7541bff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus/src/scss/_tokens.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
--strapi-font-size-ssm: 0.8125rem; // 13px
2323
--strapi-font-size-sm: 0.875rem; // 14px
2424
--strapi-font-size-md: 1rem; // 16px
25-
--strapi-font-size-lg: 1.125rem; // 18px
25+
--strapi-font-size-lg: 1.25rem; // 20px
2626
--strapi-font-size-xl: 1.5rem; // 24px
2727
--strapi-font-size-xxl: 1.75rem; // 28px
2828
--strapi-font-size-xxxl: 2rem; // 32px

docusaurus/src/scss/typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ h3, .markdown > h3 {
5252
}
5353

5454
h4, .markdown > h4 {
55-
--ifm-h3-font-size: var(--strapi-font-size-lg);
55+
--ifm-h4-font-size: var(--strapi-font-size-lg);
5656
line-height: var(--strapi-line-height-lg);
5757
}
5858

0 commit comments

Comments
 (0)