Skip to content

Commit

Permalink
reduce heading size a little
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuxu committed Aug 13, 2023
1 parent db05be2 commit 20f55cd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ export function TodayILearnedArticle({
"prose-code:font-medium",
"prose-code:py-1",

"prose-h1:font-medium",
"prose-h2:font-medium",
"prose-h3:font-medium",
"prose-h1:font-medium prose-h1:text-[1.6em]",
"prose-h2:font-medium prose-h2:text-[1.4em]",
"prose-h3:font-medium prose-h3:text-[1.3em]",

"[&_figure:has(pre)]:mt-0",
"[&_figure:has(pre)]:mb-0",
Expand Down

0 comments on commit 20f55cd

Please sign in to comment.