fix line height in "ol"

This commit is contained in:
kurets 2023-04-07 22:02:50 +03:00
parent 07a2b5403c
commit a3a5666d48
2 changed files with 8 additions and 0 deletions

View file

@ -189,4 +189,8 @@ ul {
.footnotes {
line-height: 0px;
}
ol {
line-height: 1.5em;
}

View file

@ -189,4 +189,8 @@ ul {
.footnotes {
line-height: 0px;
}
ol {
line-height: 1.5em;
}