fix: padding

This commit is contained in:
Cory Dransfeldt 2024-04-16 20:53:06 -07:00
parent ed6f1018d5
commit ffbcf952f9
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
.default-wrapper > .link-list {
margin-top: 0;
margin-bottom: var(--sizing-3xl);
padding-left: 0;
}