This commit is contained in:
Madison Scott-Clary
2022-05-09 19:06:53 -07:00
parent f669042651
commit dc65b4f69a
13 changed files with 1644 additions and 819 deletions

View File

@ -20,3 +20,21 @@ ul {
ul + p {
margin-top: 1rem;
}
dt {
font-size: 90%;
font-style: italic;
line-height: 1.2;
text-decoration: underline;
color: #555;
}
dt:after {
content: ':'
}
dd {
margin-left: 1rem;
margin-bottom: 1rem;
}