diff --git a/src/components/Page.tsx b/src/components/Page.tsx index 945f096..51c9ab6 100644 --- a/src/components/Page.tsx +++ b/src/components/Page.tsx @@ -71,7 +71,7 @@ const Page: FlowComponent = (props) => { {lastSavedWords()} -
+
{props.children}
diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 1c2b0f6..311a076 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -92,7 +92,13 @@ export default function Home() { }); const InnerPadding: FlowComponent = (props) => ( -
+
{props.children}
); @@ -334,7 +340,14 @@ export default function Home() { - +
+ +