add line height

This commit is contained in:
kurets 2023-04-05 20:31:34 +03:00
parent 2671ea9716
commit 7926ac9ad3
2 changed files with 20 additions and 4 deletions

View file

@ -174,7 +174,7 @@ pre {
} }
.tenRecentPosts li{ .tenRecentPosts li, li{
padding-top: 10px; padding-top: 10px;
} }
@ -189,4 +189,12 @@ pre {
.muted_text{ .muted_text{
color: var(--muted_text); color: var(--muted_text);
} }
p {
line-height: 1.5em;
}
li {
line-height: 1.3em;
}

View file

@ -174,7 +174,7 @@ pre {
} }
.tenRecentPosts li{ .tenRecentPosts li, li{
padding-top: 10px; padding-top: 10px;
} }
@ -189,4 +189,12 @@ pre {
.muted_text{ .muted_text{
color: var(--muted_text); color: var(--muted_text);
} }
p {
line-height: 1.5em;
}
li {
line-height: 1.3em;
}