Set the same line height for ol as for ul

This commit is contained in:
Gregory Trolliet 2020-05-05 10:43:51 +02:00
parent 7fefb3227a
commit fec979ea72
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ html {
body {
margin: 0;
}
p, ul {
p, ul, ol {
line-height: 1.6em;
}