fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-08-23 19:26:50 -07:00
parent 0c5bbdd640
commit c06d9c06b6
3 changed files with 7 additions and 5 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.6.3", "version": "22.6.4",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -22,7 +22,6 @@
& svg { & svg {
stroke: var(--concerts); stroke: var(--concerts);
margin-bottom: -6px;
} }
} }
@ -31,10 +30,13 @@
& svg { & svg {
stroke: var(--books); stroke: var(--books);
margin-bottom: -6px;
} }
} }
& p > svg {
margin-bottom: -6px;
}
& .artist-display { & .artist-display {
display: flex; display: flex;
flex-direction: column; flex-direction: column;