Skip to content

Commit ecc459f

Browse files
committed
fix: reduce unordered list spacing
1 parent 53efd95 commit ecc459f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Common/UI/List/List.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
list-style-type: disc;
1313
display: flex;
1414
flex-direction: column;
15-
gap: toRem(12);
1615
padding: 0 0 0 toRem(24);
1716
}
1817

1918
.item {
20-
margin-bottom: toRem(8);
19+
margin-bottom: toRem(2);
20+
color: var(--g-colorBodySubContent);
2121

2222
&:last-child {
2323
margin-bottom: 0;

0 commit comments

Comments
 (0)