fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-09-17 15:26:44 -07:00
parent 9f90a264be
commit f67d68a0a4
No known key found for this signature in database
3 changed files with 5 additions and 6 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.15.1", "version": "24.15.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.15.1", "version": "24.15.2",
"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": "24.15.1", "version": "24.15.2",
"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

@ -542,9 +542,8 @@ ul, ol {
margin: var(--margin-vertical-base-horizontal-zero); margin: var(--margin-vertical-base-horizontal-zero);
padding-left: var(--spacing-base); padding-left: var(--spacing-base);
& li { & li:not(:last-child) {
margin-top: var(--spacing-sm); margin-bottom: var(--spacing-lg);
margin-bottom: var(--spacing-sm);
} }
} }