From ac15e4b1a28f9e9e22b43c7e6af5cba0a4afe5f8 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 30 Dec 2022 20:56:09 -0600 Subject: [PATCH] Expand max width of WIP component on lg screens --- src/components/WorkInProgress.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WorkInProgress.tsx b/src/components/WorkInProgress.tsx index e846985..aa041b2 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-850 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