css: fix line height in lists

This commit is contained in:
E. S. 2024-11-07 02:49:24 +03:00
parent 8a22687613
commit 946aaa8eae

View File

@ -136,7 +136,7 @@ a:hover {
}
}
p, p code {
p, p code, li {
line-height: 150%;
}
@ -451,4 +451,4 @@ a.index-dl-line {
margin-top: -1px;
}
}
}
}