chore: spacing

This commit is contained in:
Cory Dransfeldt 2024-03-02 11:35:52 -08:00
parent b5cc034f1e
commit 8e4f69a93e
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,3 @@
.popular-posts h2 { .popular-posts h2 {
margin: 2rem 0 1rem; margin: var(--spacing-base) 0;
} }

View file

@ -368,8 +368,9 @@ svg {
/* lists */ /* lists */
ul, ol { ul, ol {
padding-left: 1.25rem;
list-style-position: inside; list-style-position: inside;
margin: var(--spacing-base) 0;
padding-left: var(--spacing-base);
} }
li { li {