From d9051d3abadc398df864d7745abd05d44070317a Mon Sep 17 00:00:00 2001 From: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> Date: Fri, 24 May 2024 19:33:10 +0530 Subject: [PATCH 1/2] fixing text size --- components/StyledMarkdown.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/StyledMarkdown.tsx b/components/StyledMarkdown.tsx index 11631883f..33df1d827 100644 --- a/components/StyledMarkdown.tsx +++ b/components/StyledMarkdown.tsx @@ -530,7 +530,7 @@ export function TableOfContentMarkdown({ return ( ● @@ -546,7 +546,7 @@ export function TableOfContentMarkdown({ return ( {children} @@ -563,9 +563,9 @@ export function TableOfContentMarkdown({ return ( - + ● ● ● ● @@ -586,9 +586,9 @@ export function TableOfContentMarkdown({ return ( - + ● ● ● ● ● ● ● ● ● ● ● From a966265085ddc98fa306fc22a1cc1f1e675867ad Mon Sep 17 00:00:00 2001 From: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> Date: Sat, 25 May 2024 09:39:50 +0530 Subject: [PATCH 2/2] resizing dots --- components/StyledMarkdown.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/StyledMarkdown.tsx b/components/StyledMarkdown.tsx index 33df1d827..393a68f92 100644 --- a/components/StyledMarkdown.tsx +++ b/components/StyledMarkdown.tsx @@ -546,7 +546,7 @@ export function TableOfContentMarkdown({ return ( {children} @@ -565,7 +565,7 @@ export function TableOfContentMarkdown({ href={`#${slug}`} className='flex flex-row items-center cursor-pointer mb-3 max-sm:text-sm text-base leading-4 ml-[-0.15rem]' > - + ● ● ● ● @@ -588,7 +588,7 @@ export function TableOfContentMarkdown({ href={`#${slug}`} className='flex flex-row items-center cursor-pointer mb-3 max-sm:text-sm text-base leading-4 ml-[-0.15rem]' > - + ● ● ● ● ● ● ● ● ● ● ●