Add summaries

This commit is contained in:
Madison Scott-Clary
2021-09-08 21:40:55 -07:00
parent 6da8da63a0
commit 75c9026f93
2 changed files with 23 additions and 3 deletions

View File

@ -30,7 +30,6 @@ h1 small {
}
.title ul {
list-style-type: none;
font-family: "Tom's New Roman", serif;
text-align: center;
margin: 0;
padding: 0;
@ -39,6 +38,15 @@ h1 small {
margin: 1rem 0;
padding: 0;
}
.title ul li p:first-of-type {
font-family: "Tom's New Roman", serif;
font-size: 20pt;
text-align: center;
}
.title ul li p {
text-indent: 0;
text-align: justify;
}
.title blockquote:first-of-type {
font-style: italic;
}