Skip to content

Commit d0f8813

Browse files
Adjust list item spacing
1 parent e8a3f57 commit d0f8813

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets-src/styles/sass/30-base/_lists.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ ol {
1111
max-inline-size: rem($text-measure);
1212
}
1313

14+
li + li {
15+
margin-block-start: 0.75rem;
16+
}
17+
1418
// > * + *,
1519
// li ul,
1620
// li ol {

0 commit comments

Comments
 (0)