Update content heading selector

This commit is contained in:
Sodbileg Gansukh 2021-11-22 14:47:28 +08:00
parent 5c4ca71fe4
commit 8b26b4e65b
3 changed files with 4 additions and 4 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

@ -54,11 +54,11 @@ is the very first element in the post content */
}
/* Now the content typography styles */
.gh-content h2 {
.gh-content > h2 {
font-size: 2.3rem;
}
.gh-content h3 {
.gh-content > h3 {
font-size: 2rem;
font-weight: 600;
}