This commit is contained in:
Madison Scott-Clary
2021-09-09 11:21:18 -07:00
parent deca1935f0
commit a6d60462ad
2 changed files with 16 additions and 1 deletions

View File

@ -50,6 +50,15 @@ h1 small {
.title blockquote:first-of-type {
font-style: italic;
}
.order {
width: 100%;
text-align: center;
margin: 0 auto;
}
.order a {
display: inline-block;
margin: 0.5rem;
}
ul.pagination {
margin: 1rem 0;
padding: 0;