fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-09-17 15:26:44 -07:00
parent 9f90a264be
commit f67d68a0a4
No known key found for this signature in database
3 changed files with 5 additions and 6 deletions

View file

@ -542,9 +542,8 @@ ul, ol {
margin: var(--margin-vertical-base-horizontal-zero);
padding-left: var(--spacing-base);
& li {
margin-top: var(--spacing-sm);
margin-bottom: var(--spacing-sm);
& li:not(:last-child) {
margin-bottom: var(--spacing-lg);
}
}