update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-11-26 05:45:07 +00:00
parent 818db189bc
commit 6d8ec0aa8e
1 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,8 @@
dl, p { dl, p {
font-family: "Ubuntu Mono", monospace; font-family: "Ubuntu Mono", monospace;
width: 50rem; width: 50rem;
margin: 0 auto; padding: 0;
margin: inherit auto;
} }
dt { dt {
@ -34,6 +35,7 @@ dt {
font-weight: normal; font-weight: normal;
margin-top: 2rem; margin-top: 2rem;
margin-bottom: 1rem; margin-bottom: 1rem;
text-align: center;
} }
dd p:first-of-type { dd p:first-of-type {
@ -1205,7 +1207,7 @@ dd p:first-of-type {
</dl> </dl>
</article> </article>
<footer> <footer>
<p>Page generated on 2021-11-25</p> <p>Page generated on 2021-11-26</p>
</footer> </footer>
</main> </main>
<script type="text/javascript"> <script type="text/javascript">