fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-03-13 16:28:16 -07:00
parent d7cc315169
commit 7bffc62335
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
margin-top: 0;
}
.addon-links__wrapper h2:last-of-type {
.addon-links__wrapper div:last-of-type h2 {
margin-top: var(--sizing-base);
}
@ -21,7 +21,7 @@
--grid: repeat(2,minmax(0,1fr));
}
.addon-links__wrapper h2 {
margin-top: 0;
.addon-links__wrapper div h2 {
margin-top: 0 !important;
}
}