style: Increase paragraph line spacing

This dramatically improves the readability of larget text blocks.
pull/1/head
Dustin 2022-12-01 22:24:43 -06:00
parent ebce1073a6
commit c08ff6c268
1 changed files with 9 additions and 0 deletions

View File

@ -332,6 +332,15 @@ article.post .post-date {
overflow: auto;
}
.post p {
line-height: 1.4em;
}
.post li {
line-height: 1.4em;
margin-bottom: 1em;
}
/* CV */
.cv.panel {