fix background

This commit is contained in:
Hri7566 2023-05-01 15:03:26 -04:00
parent 7a960c3a1b
commit bc4d412705
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const Home: NextPage = () => {
<link rel="icon" href="/favicon.ico" />
</Head>
<main
className="min-h-screen overflow-y-scroll bg-black bg-fixed bg-center text-white backdrop-blur sm:w-full"
className="min-h-screen overflow-y-scroll bg-black bg-cover bg-fixed bg-center bg-no-repeat text-white backdrop-blur sm:w-full"
style={{
fontFamily: `"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif`,
backgroundImage: `url("/cat.jpg")`