Set the same line height for ol as for ul
This commit is contained in:
parent
7fefb3227a
commit
fec979ea72
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ html {
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
p, ul {
|
||||
p, ul, ol {
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue