diff --git a/src/components/WorkInProgress.tsx b/src/components/WorkInProgress.tsx index d555da8..53ccbec 100644 --- a/src/components/WorkInProgress.tsx +++ b/src/components/WorkInProgress.tsx @@ -3,7 +3,7 @@ import type {FunctionComponent} from "react"; const WorkInProgress: FunctionComponent = () => { return
+ className="bg-zinc-800/30 border border-zinc-700 rounded-md max-w-[23rem] sm:max-w-[25rem] lg:max-w-[30rem] mx-3 w-full p-5 flex flex-col items-center justify-center"> Work In Progress diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index d6ee892..ee4ac13 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -8,6 +8,7 @@ export default function Document() { +