fix: padding

This commit is contained in:
Cory Dransfeldt 2024-04-16 20:53:06 -07:00
parent ed6f1018d5
commit ffbcf952f9
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "11.4.13", "version": "11.4.14",
"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

@ -1,4 +1,5 @@
.default-wrapper > .link-list { .default-wrapper > .link-list {
margin-top: 0; margin-top: 0;
margin-bottom: var(--sizing-3xl); margin-bottom: var(--sizing-3xl);
padding-left: 0;
} }