Increase line height

This commit is contained in:
Midgard 2020-06-09 01:44:50 +02:00
parent 1c14a0e3ea
commit 889f23de04
Signed by untrusted user who does not match committer: midgard
GPG Key ID: 511C112F1331BBB4
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ body.blog {
}
@media (min-width:900px) or ((min-aspect-ratio:1/1) and (min-width:300px)) {
.blog main {
line-height: 1.7;
line-height: 1.8;
}
}