Styling, edits

This commit is contained in:
Madison Scott-Clary
2021-09-03 14:42:13 -07:00
parent d183b48037
commit b5793d2feb
45 changed files with 12 additions and 7 deletions

View File

@ -78,13 +78,15 @@ main {
main p {
margin: 0;
text-indent: 2em;
hyphens: auto;
-webkit-hyphens: auto;
}
main p:first-of-type {
text-indent: 0;
}
main blockquote {
margin-left: 0;
padding-left: 2rem;
margin: 1rem 0;
padding: 0 0 0 2rem;
border-left: 3px solid #ddd;
}
main blockquote p {
@ -137,7 +139,6 @@ h1, h2 {
main, header, footer {
width: 100%;
padding: 0 2rem;
text-align: left;
}
.footnotes hr {
width: 50%;