update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-11-25 21:40:59 -08:00
parent 1adac9d2b1
commit 818db189bc
1 changed files with 4 additions and 1 deletions

View File

@ -25,12 +25,15 @@
<style> <style>
dl, p { dl, p {
font-family: "Ubuntu Mono", monospace; font-family: "Ubuntu Mono", monospace;
width: 50rem;
margin: 0 auto;
} }
dt { dt {
text-transform: uppercase; text-transform: uppercase;
font-weight: normal; font-weight: normal;
margin-top: 1rem; margin-top: 2rem;
margin-bottom: 1rem;
} }
dd p:first-of-type { dd p:first-of-type {