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/home/genres.js | |
| parent | speed up schedule load (diff) | |
| download | moopa-29a9c1ae1465f2e81958e21031975bebd137a27d.tar.xz moopa-29a9c1ae1465f2e81958e21031975bebd137a27d.zip | |
fix footer layering
Diffstat (limited to 'components/home/genres.js')
| -rw-r--r-- | components/home/genres.js | 2 |
1 files changed, 1 insertions, 1 deletions
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> ); |