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

View file

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

View file

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