Improved typography hierarchy

This commit is contained in:
Sodbileg Gansukh
2024-01-03 11:39:09 +07:00
parent 53d475fdfe
commit d046267a3a
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2143,6 +2143,11 @@ unless a heading is the very first element in the post content */
}
/* Now the content typography styles */
.gh-content h1 {
font-size: calc(2.2em * var(--factor, 1));
letter-spacing: -0.02em;
}
.gh-content h2 {
font-size: calc(1.6em * var(--factor, 1));
letter-spacing: -0.02em;