fix: link spacing
This commit is contained in:
parent
22bad45ff0
commit
991c31d5e5
3 changed files with 6 additions and 6 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue