From cf964b1d8ef994e45a0bc841d055d7544bdbf601 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 30 Dec 2022 20:50:27 -0600 Subject: [PATCH] Improve mobile spacing of WIP, add colorful text clipped gradient --- src/components/WorkInProgress.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/WorkInProgress.tsx b/src/components/WorkInProgress.tsx index b129808..e846985 100644 --- a/src/components/WorkInProgress.tsx +++ b/src/components/WorkInProgress.tsx @@ -3,13 +3,15 @@ import type {FunctionComponent} from "react"; const WorkInProgress: FunctionComponent = () => { return
-

Work In Progress

+ className="bg-zinc-850 border border-zinc-700 rounded-md max-w-[23rem] sm:max-w-[25rem] mx-3 w-full p-5 flex flex-col items-center justify-center"> + + Work In Progress +

This website is a work-in progress.
Unfortunately, this page hasn't been finished yet. Check back later. -

+

}