fix background cover
This commit is contained in:
parent
83f45d2663
commit
d720618737
@ -26,6 +26,7 @@ const Home: NextPage = () => {
|
|||||||
backgroundImage: `url("/backdrops/patient-clinic-bg.jpeg")`,
|
backgroundImage: `url("/backdrops/patient-clinic-bg.jpeg")`,
|
||||||
backgroundPosition: `center`,
|
backgroundPosition: `center`,
|
||||||
backgroundRepeat: `no-repeat`,
|
backgroundRepeat: `no-repeat`,
|
||||||
|
backgroundSize: `cover`,
|
||||||
}}
|
}}
|
||||||
className="flex grow flex-col"
|
className="flex grow flex-col"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user