diff options
| author | Factiven <[email protected]> | 2023-07-20 10:58:51 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-07-20 10:58:51 +0700 |
| commit | 29a9c1ae1465f2e81958e21031975bebd137a27d (patch) | |
| tree | f1c0c06e65dda3814a2fef209a00efab682aa87c /components | |
| parent | speed up schedule load (diff) | |
| download | moopa-29a9c1ae1465f2e81958e21031975bebd137a27d.tar.xz moopa-29a9c1ae1465f2e81958e21031975bebd137a27d.zip | |
fix footer layering
Diffstat (limited to 'components')
| -rw-r--r-- | components/footer.js | 2 | ||||
| -rw-r--r-- | components/home/genres.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/footer.js b/components/footer.js index 10aa76f..d658172 100644 --- a/components/footer.js +++ b/components/footer.js @@ -51,7 +51,7 @@ function Footer() { } return ( - <section className="text-[#dbdcdd] z-50 bg-[#0c0d10] lg:flex lg:h-[12rem] w-full lg:items-center lg:justify-between"> + <section className="text-[#dbdcdd] z-40 bg-[#0c0d10] lg:flex lg:h-[12rem] w-full lg:items-center lg:justify-between"> <div className="mx-auto flex w-[80%] lg:w-[95%] xl:w-[80%] flex-col space-y-10 pb-6 lg:flex-row lg:items-center lg:justify-between lg:space-y-0 lg:py-0"> <div className="flex items-center gap-24"> <div className="lg:flex grid items-center lg:gap-10 gap-3"> diff --git a/components/home/genres.js b/components/home/genres.js index a126c14..ac67260 100644 --- a/components/home/genres.js +++ b/components/home/genres.js @@ -80,7 +80,7 @@ export default function Genres() { ))} </div> </div> - <div className="bg-gradient-to-l from-primary to-transparent z-40 absolute w-7 h-[200px] right-0" /> + <div className="bg-gradient-to-l from-primary to-transparent z-40 absolute w-7 h-[200px] lg:h-[300px] right-0" /> </div> </div> ); |