From 16a295ca0ef537d7a79962696d0e183eaab664b0 Mon Sep 17 00:00:00 2001 From: Mahendra Date: Thu, 10 Aug 2023 14:18:51 +0530 Subject: [PATCH] fix: margin top and bottom on mobile menu --- src/components/TableOfContents/utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TableOfContents/utils.ts b/src/components/TableOfContents/utils.ts index ba84fe0b336..d72f074411f 100644 --- a/src/components/TableOfContents/utils.ts +++ b/src/components/TableOfContents/utils.ts @@ -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,