diff --git a/src/templates/Base.tsx b/src/templates/Base.tsx index 48941f2..13d50f0 100644 --- a/src/templates/Base.tsx +++ b/src/templates/Base.tsx @@ -8,7 +8,7 @@ interface BaseProps { export default function Base({ children, isDev }: BaseProps) { return ( <> - + -
-
+
+
-
+
{children}
diff --git a/src/templates/Bento.tsx b/src/templates/Bento.tsx index e3aeda7..a1331ea 100644 --- a/src/templates/Bento.tsx +++ b/src/templates/Bento.tsx @@ -3,7 +3,7 @@ import Footer from "./Footer"; export default function Bento() { return ( -
+