fix background cover

This commit is contained in:
Brandon Egger 2023-05-29 22:24:09 -05:00
parent 83f45d2663
commit d720618737

View File

@ -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"
>