diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 5b2d368..1c2b0f6 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -92,7 +92,9 @@ export default function Home() { }); const InnerPadding: FlowComponent = (props) => ( -
{props.children}
+
+ {props.children} +
); const PageHeader: Component = () => { @@ -278,9 +280,9 @@ export default function Home() {