fix background cover
This commit is contained in:
@ -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"
|
||||
>
|
||||
|
Reference in New Issue
Block a user