From d7206187379e50f167fe67ec3bdeb4cab71682f8 Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Mon, 29 May 2023 22:24:09 -0500 Subject: [PATCH] fix background cover --- src/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d689826..1a42f40 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -26,6 +26,7 @@ const Home: NextPage = () => { backgroundImage: `url("/backdrops/patient-clinic-bg.jpeg")`, backgroundPosition: `center`, backgroundRepeat: `no-repeat`, + backgroundSize: `cover`, }} className="flex grow flex-col" >