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;
}
@ -190,3 +190,11 @@ pre {
.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;
}
@ -190,3 +190,11 @@ pre {
.muted_text{
color: var(--muted_text);
}
p {
line-height: 1.5em;
}
li {
line-height: 1.3em;
}