Skip to content

Commit

Permalink
Merge pull request #107 from Tyriar/bold_h4
Browse files Browse the repository at this point in the history
Bold h4 to make more prominent
  • Loading branch information
Tyriar authored Nov 23, 2019
2 parents 18c4da0 + 54dd851 commit e053619
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ h3 code {
font-size: 24px;
}

h4 {
font-weight: bold;
}

p {
line-height: 1.6;
}
Expand Down

0 comments on commit e053619

Please sign in to comment.