Skip to content

Commit

Permalink
Increases line height for p, ul & ol (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC committed Mar 6, 2020
1 parent d7a2b29 commit ca4b85b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ h4 a.header:target {
margin-right: auto;
max-width: var(--content-max-width);
}
.content p { line-height: 1.45em; }
.content ol { line-height: 1.45em; }
.content ul { line-height: 1.45em; }
.content a { text-decoration: none; }
.content a:hover { text-decoration: underline; }
.content img { max-width: 100%; }
Expand Down

0 comments on commit ca4b85b

Please sign in to comment.