Ref: use 1.5 line-height for single page content
This commit is contained in:
parent
23149c6547
commit
7dec5ad2cd
|
@ -380,6 +380,10 @@ body {
|
|||
|
||||
/***** set up content style *****/
|
||||
|
||||
.content {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.content code {
|
||||
font-family: var(--fonts-mono);
|
||||
|
||||
|
|
Loading…
Reference in a new issue