fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-06-20 20:05:44 -07:00
parent 1f3f03a7bd
commit 0ad74b716d
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

View file

@ -528,10 +528,6 @@ li {
}
}
.link-list-header {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
}
/* images */
.image-banner {
border: 1px solid var(--accent-color);

View file

@ -11,6 +11,10 @@
margin-top: var(--sizing-base);
}
& .link-list-header {
margin: var(--sizing-base) 0;
}
& .link-list {
margin-bottom: 0;
}