fix: margin
This commit is contained in:
parent
95679c94e9
commit
2b7967c4f9
2 changed files with 5 additions and 1 deletions
|
@ -2,4 +2,8 @@
|
|||
margin-top: 0;
|
||||
margin-bottom: var(--sizing-3xl);
|
||||
padding-left: 0;
|
||||
|
||||
& li:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
Reference in a new issue