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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "20.6.2",
"version": "20.6.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "20.6.2",
"version": "20.6.3",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

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

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;
}
}