Match footnote font size to body

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

View File

@ -92,7 +92,7 @@ ul, ol, table {
margin-bottom: calc( 1rem + 1ex );
}
p, li {
p, li, table {
font-size: 1.125rem;
line-height: 1.625;
}