improve readability of lists
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Sorg 2020-12-18 00:04:37 +01:00
parent 9b8d7a9f6e
commit c10acd8fa5
1 changed files with 6 additions and 1 deletions

View File

@ -183,8 +183,13 @@ figure {
} }
} }
ul { ul, ol {
padding-left: 1.5em; padding-left: 1.5em;
li {
padding: 0.2em 0;
}
} }
iframe { iframe {