chore: less styles, if we can

This commit is contained in:
Cory Dransfeldt 2024-01-01 15:42:05 -08:00
parent 38d0402058
commit 82fb179283
No known key found for this signature in database
2 changed files with 3 additions and 6 deletions

View file

@ -104,9 +104,9 @@ body {
body,
html {
font-family: var(--font-sans);
font-size: var(--font-size-base);
line-height: var(--line-height-base);
font-family: var(--font-sans);
color: var(--black);
background: var(--white);
margin: 0;
@ -203,8 +203,7 @@ hr {
hr.large__spacing,
hr.footnotes-sep {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
margin: 2.5rem 0;
}
/* layout */
@ -533,8 +532,7 @@ ul, ol {
list-style-position: inside;
}
ul li,
ol li {
li {
margin-top: .375rem;
margin-bottom: .5rem;
}