aboutsummaryrefslogtreecommitdiff
path: root/components/home/genres.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-07-20 10:58:51 +0700
committerFactiven <[email protected]>2023-07-20 10:58:51 +0700
commit29a9c1ae1465f2e81958e21031975bebd137a27d (patch)
treef1c0c06e65dda3814a2fef209a00efab682aa87c /components/home/genres.js
parentspeed up schedule load (diff)
downloadmoopa-29a9c1ae1465f2e81958e21031975bebd137a27d.tar.xz
moopa-29a9c1ae1465f2e81958e21031975bebd137a27d.zip
fix footer layering
Diffstat (limited to 'components/home/genres.js')
-rw-r--r--components/home/genres.js2
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>
);