Skip to content

Commit 5670a86

Browse files
committed
fix: removed ul from base.css
1 parent 46626f3 commit 5670a86

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/styles/_Base.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
box-sizing: border-box;
1515
}
1616

17-
ul {
18-
margin: 0;
19-
display: flex;
20-
flex-direction: column;
21-
gap: toRem(12);
22-
padding: 0 0 0 toRem(24);
23-
}
24-
2517
hr {
2618
width: 100%;
2719
border-top: 1px solid var(--g-colorBorder);

0 commit comments

Comments
 (0)