fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-06-20 20:05:44 -07:00
parent 1f3f03a7bd
commit 0ad74b716d
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -528,10 +528,6 @@ li {
}
}
.link-list-header {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
}
/* images */
.image-banner {
border: 1px solid var(--accent-color);

View file

@ -11,6 +11,10 @@
margin-top: var(--sizing-base);
}
& .link-list-header {
margin: var(--sizing-base) 0;
}
& .link-list {
margin-bottom: 0;
}