style: Increase paragraph line spacing
This dramatically improves the readability of larget text blocks.pull/1/head
parent
ebce1073a6
commit
c08ff6c268
|
@ -332,6 +332,15 @@ article.post .post-date {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post p {
|
||||||
|
line-height: 1.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post li {
|
||||||
|
line-height: 1.4em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
/* CV */
|
/* CV */
|
||||||
|
|
||||||
.cv.panel {
|
.cv.panel {
|
||||||
|
|
Loading…
Reference in New Issue