fix: padding
This commit is contained in:
parent
ed6f1018d5
commit
ffbcf952f9
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "11.4.13",
|
||||
"version": "11.4.14",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.default-wrapper > .link-list {
|
||||
margin-top: 0;
|
||||
margin-bottom: var(--sizing-3xl);
|
||||
padding-left: 0;
|
||||
}
|
Reference in a new issue