html elements style fix

This commit is contained in:
alistair3149 2019-12-03 23:02:18 -05:00
parent 87ed4367bb
commit 161613a627

View file

@ -93,18 +93,13 @@ textarea {
width: 100%;
}
dl {
margin-top: 0.2em;
margin-bottom: 0.5em;
}
dd {
margin-left: 1.6em;
margin-bottom: 0.1em;
margin-left: 1.6rem;
margin-bottom: 0.1rem;
}
dt {
margin-bottom: 0.1em;
margin-bottom: 0.1rem;
font-weight: bold;
}