fix: spacing
This commit is contained in:
parent
2b7967c4f9
commit
4067148658
5 changed files with 12 additions and 12 deletions
|
@ -414,6 +414,16 @@ li {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.reduced-spacing {
|
||||
margin-top: 0;
|
||||
margin-bottom: var(--sizing-3xl);
|
||||
padding-left: 0;
|
||||
|
||||
& li:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.link-list-header {
|
||||
|
|
Reference in a new issue