fix: spacing
This commit is contained in:
parent
d7cc315169
commit
7bffc62335
2 changed files with 4 additions and 4 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue