fix: margin

This commit is contained in:
Cory Dransfeldt 2024-04-16 21:03:33 -07:00
parent 95679c94e9
commit 2b7967c4f9
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -2,4 +2,8 @@
margin-top: 0;
margin-bottom: var(--sizing-3xl);
padding-left: 0;
& li:first-of-type {
margin-top: 0;
}
}