Adjust list item margins

This commit is contained in:
copernicus-mogley 2020-01-24 15:42:35 +01:00 committed by Daira Hopwood
parent 4311620e41
commit 9e203fca7e
1 changed files with 9 additions and 1 deletions

View File

@ -84,10 +84,18 @@ p, ul, ol, li, table {
margin-top: 0;
}
p, li {
p {
margin-bottom: 1rem;
}
li {
margin-bottom: 0.825rem;
}
li ul {
margin-top: 0.625rem;
}
ul, ol, table {
margin-bottom: calc( 1rem + 1ex );
}