Unify spacing in css for definition lists

This commit is contained in:
sixtus 2022-12-31 21:43:04 +01:00
parent b1dcda3dd7
commit 5304f01a3a
1 changed files with 2 additions and 5 deletions

View File

@ -17,10 +17,7 @@
padding: .5em; padding: .5em;
} }
dl dt { dl dt,
margin-bottom: .5em;
}
dl dd { dl dd {
margin-bottom: 1em; margin-bottom: .25em;
} }