Skip to content

Commit f46bcdc

Browse files
authored
Merge pull request #10909 from MahendraBishnoi29/browny_bugfix
fix: inappropriate spacing on mobile menu
2 parents 290f16b + 16a295c commit f46bcdc

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)