This commit is contained in:
Madison Scott-Clary
2022-05-09 19:24:59 -07:00
parent c9983e8252
commit 2799d60228
3 changed files with 381 additions and 214 deletions

View File

@ -11,3 +11,30 @@ h1, h2 {
blockquote {
overflow-wrap: break-word;
}
ul {
list-style-type: disc;
margin-left: 2rem;
}
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;
}