feat: reduce line-height for posts (#557)

zio/stable
patak 2022-12-25 16:26:43 +01:00 committed by GitHub
parent cca222ca6b
commit a04c84299f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ body {
} }
.content-rich { .content-rich {
line-height: calc(4 / 3 * 1em);
overflow-wrap: break-word; overflow-wrap: break-word;
a { a {