1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-01 12:06:49 +01:00

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

This commit is contained in:
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

View file

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