diff --git a/components/Footnotes/FootnoteItemLayout.tsx b/components/Footnotes/FootnoteItemLayout.tsx index 140e3571..72c60528 100644 --- a/components/Footnotes/FootnoteItemLayout.tsx +++ b/components/Footnotes/FootnoteItemLayout.tsx @@ -10,14 +10,14 @@ export function FootnoteItemLayout(props: { className?: string; }) { let indexClassName = - "text-tertiary font-medium shrink-0 text-xs leading-normal no-underline hover:underline cursor-pointer"; + "text-tertiary font-medium shrink-0 text-sm leading-normal no-underline hover:underline cursor-pointer"; let indexContent = <>{props.index}.; return (
{props.indexHref ? ( diff --git a/components/Footnotes/FootnoteSideColumnLayout.tsx b/components/Footnotes/FootnoteSideColumnLayout.tsx index 0fac2ddd..ae9007ba 100644 --- a/components/Footnotes/FootnoteSideColumnLayout.tsx +++ b/components/Footnotes/FootnoteSideColumnLayout.tsx @@ -169,7 +169,7 @@ function SideItem(props: {
{props.children}