chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-17 12:35:12 -07:00
parent 1ad8b83fe7
commit b6151a5e77
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -544,8 +544,8 @@ ul, ol {
padding-left: var(--spacing-base);
& li {
margin-top: var(--spacing-lg);
margin-bottom: var(--spacing-lg);
margin-top: var(--spacing-sm);
margin-bottom: var(--spacing-sm);
}
}