chore: style cleanup

This commit is contained in:
Cory Dransfeldt 2024-08-12 19:54:14 -07:00
parent 552b342051
commit 66f9bd3512
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -47,10 +47,6 @@
max-width: 75%;
margin-bottom: 0;
}
& .description {
margin-bottom: var(--sizing-base);
}
}
}
@ -127,6 +123,10 @@
margin-top: 0;
max-width: 50%;
}
& .description {
margin-bottom: var(--sizing-base);
}
}
}