fix: link spacing

This commit is contained in:
Cory Dransfeldt 2024-07-14 21:48:22 -07:00
parent 22bad45ff0
commit 991c31d5e5
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -4,11 +4,11 @@
grid-template-columns: repeat(1, 1fr);
& div {
& > h2 {
& > h3 {
margin-top: 0;
}
&:last-of-type h2 {
&:last-of-type h3 {
margin-top: var(--sizing-base);
}
}
@ -22,7 +22,7 @@
.addon-links {
grid-template-columns: repeat(2, 1fr);
& div:last-of-type h2 {
& div:last-of-type h3 {
margin-top: 0;
}
}