fix: margin

This commit is contained in:
Cory Dransfeldt 2024-04-16 21:03:33 -07:00
parent 95679c94e9
commit 2b7967c4f9
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "11.4.14", "version": "11.4.15",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -2,4 +2,8 @@
margin-top: 0; margin-top: 0;
margin-bottom: var(--sizing-3xl); margin-bottom: var(--sizing-3xl);
padding-left: 0; padding-left: 0;
& li:first-of-type {
margin-top: 0;
}
} }