diff --git a/src/layout/page-layout.tsx b/src/layout/page-layout.tsx index 0e3f40b..8b1a7f5 100644 --- a/src/layout/page-layout.tsx +++ b/src/layout/page-layout.tsx @@ -15,7 +15,7 @@ const PageLayout: FC = (props) => { {props.title} -
+
{props.children}
diff --git a/src/pages/about.tsx b/src/pages/about.tsx index 1e45f3f..6164583 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -1,7 +1,7 @@ export default function About() { return ( <> -
+

about web-expl

@@ -31,6 +31,7 @@ export default function About() {


Developed with 💖 using NextJS, TailwindCSS and ThreeJS
+