Add 1ex margin-bottom to lists and table

This commit is contained in:
copernicus-mogley 2020-01-24 15:04:35 +01:00 committed by Daira Hopwood
parent 36b707451e
commit 37351710da
1 changed files with 7 additions and 0 deletions

View File

@ -81,9 +81,16 @@ blockquote {
p, ul, ol, li, table {
margin-top: 0;
}
p, li {
margin-bottom: 1rem;
}
ul, ol, table {
margin-bottom: calc( 1rem + 1ex );
}
p, li {
font-size: 1.125rem;
line-height: 1.625;