diff --git a/src/app/[locale]/kodukord/page.tsx b/src/app/[locale]/kodukord/page.tsx index 96a6b5c..b7b9015 100644 --- a/src/app/[locale]/kodukord/page.tsx +++ b/src/app/[locale]/kodukord/page.tsx @@ -32,7 +32,7 @@ export default async function Page({ return (
-
+
{/* Main content */}
{/* Page title */} @@ -46,7 +46,7 @@ export default async function Page({ ruleType="kodukord" /> -
+
(

{props.children}

), ol: (props) => ( -
    +
      {props.children}
    ), ul: (props) => ( -
      +
        {props.children}
      ), p: (props) => ( -

      +

      {props.children}

      ), li: (props) => ( -
    • +
    • {props.children}
    • ), diff --git a/src/components/RuleNav.tsx b/src/components/RuleNav.tsx index f78e2ca..605f31a 100644 --- a/src/components/RuleNav.tsx +++ b/src/components/RuleNav.tsx @@ -62,7 +62,7 @@ export default function RuleNav({ sections }: RuleNavProps) { return (