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

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "7.10.2", "version": "7.10.3",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

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