Skip to content

Commit 16a295c

Browse files
fix: margin top and bottom on mobile menu
1 parent 3a9bdee commit 16a295c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TableOfContents/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export const outerListProps: ListProps = {
4040
lineHeight: 1.6,
4141
fontWeight: 400,
4242
m: 0,
43-
mt: 20,
44-
mb: 12,
43+
mt: 2,
44+
mb: 2,
4545
ps: 4,
4646
pe: 1,
4747
pt: 0,

0 commit comments

Comments
 (0)