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",
"version": "22.6.3",
"version": "22.6.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "22.6.3",
"version": "22.6.4",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",

View file

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

View file

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