mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 01:19:41 +05:00
refactor: carousel better visual feedback for mobile
This commit is contained in:
parent
15740651df
commit
6df90d5146
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue