Skip to content

Commit

Permalink
Merge pull request #10909 from MahendraBishnoi29/browny_bugfix
Browse files Browse the repository at this point in the history
fix: inappropriate spacing on mobile menu
  • Loading branch information
pettinarip authored Oct 10, 2023
2 parents 290f16b + 16a295c commit f46bcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TableOfContents/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export const outerListProps: ListProps = {
lineHeight: 1.6,
fontWeight: 400,
m: 0,
mt: 20,
mb: 12,
mt: 2,
mb: 2,
ps: 4,
pe: 1,
pt: 0,
Expand Down

0 comments on commit f46bcdc

Please sign in to comment.