Ref: use 1.5 line-height for single page content

This commit is contained in:
leafee98 2023-01-23 19:43:17 +08:00
parent 23149c6547
commit 7dec5ad2cd

View file

@ -380,6 +380,10 @@ body {
/***** set up content style *****/ /***** set up content style *****/
.content {
line-height: 1.5;
}
.content code { .content code {
font-family: var(--fonts-mono); font-family: var(--fonts-mono);