File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const useMDXComponents = (components: MDXComponents): MDXComponents => ({
2323 h5 : ( props ) => < h5 className = "scroll-m-40 text-lg font-semibold tracking-tight" { ...props } /> ,
2424 h6 : ( props ) => < h6 className = "scroll-m-40 text-sm font-semibold tracking-tight" { ...props } /> ,
2525 p : ( props ) => < p className = "leading-7 [&:not(:first-child)]:mt-4" { ...props } /> ,
26- a : ( props ) => < Link className = { cn ( buttonVariants ( { variant : "link" } ) , "px-1 py-0 whitespace-normal text-base" ) } { ...props } /> ,
26+ a : ( props ) => < Link className = { cn ( buttonVariants ( { variant : "link" } ) , "px-0.5 py-0 whitespace-normal text-sm md: text-base" ) } { ...props } /> ,
2727 blockquote : ( props ) => < Blockquote { ...props } /> ,
2828 small : ( props ) => < small className = "text-sm font-medium leading-none" { ...props } /> ,
2929 Kbd : Kbd ,
You can’t perform that action at this time.
0 commit comments