fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-04-17 09:32:19 -07:00
parent 2b7967c4f9
commit 4067148658
No known key found for this signature in database
5 changed files with 12 additions and 12 deletions

View file

@ -414,6 +414,16 @@ li {
margin-bottom: 0;
}
}
&.reduced-spacing {
margin-top: 0;
margin-bottom: var(--sizing-3xl);
padding-left: 0;
& li:first-of-type {
margin-top: 0;
}
}
}
.link-list-header {