fix: addon link styles

This commit is contained in:
Cory Dransfeldt 2024-04-16 08:49:08 -07:00
parent 4034a6d942
commit 913702ebcd
No known key found for this signature in database
2 changed files with 4 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "11.3.5", "version": "11.3.6",
"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

@ -3,7 +3,7 @@
gap: var(--sizing-sm); gap: var(--sizing-sm);
grid-template-columns: repeat(1,minmax(0,1fr)); grid-template-columns: repeat(1,minmax(0,1fr));
& h2 { & div > h2 {
margin-top: 0; margin-top: 0;
} }
@ -20,12 +20,8 @@
.addon-links { .addon-links {
grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-columns: repeat(2,minmax(0,1fr));
& div:first-of-type { & div:last-of-type h2 {
margin-right: var(--sizing-lg); margin-top: 0;
}
& div h2 {
margin-top: 0 !important;
} }
} }
} }