refactor: carousel better visual feedback for mobile

This commit is contained in:
Kentai Radiquum 2024-07-13 06:37:29 +05:00
parent 15740651df
commit 6df90d5146
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ export const ReleaseCourusel = (props) => {
key={release.id}
style={{ width: "fit-content" }}
>
<div className="xl:w-[600px] sm:w-[400px] w-[90vw] aspect-video">
<div className="xl:w-[600px] sm:w-[400px] w-[80vw] aspect-video">
<ReleaseLink {...release} />
</div>
</div>