mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 15:54:39 +00:00
fix: poster aspect ration in release carousel
Some checks are pending
V3 Preview Deployment / Deploy-Preview (push) Waiting to run
Some checks are pending
V3 Preview Deployment / Deploy-Preview (push) Waiting to run
This commit is contained in:
parent
ac2425ba55
commit
07c93338cb
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export const ReleaseCourusel = (props: {
|
|||
return (
|
||||
<SwiperSlide
|
||||
key={release.id}
|
||||
className="max-w-64 md:max-w-96"
|
||||
className="h-full max-w-64 md:max-w-96 aspect-[384/538]"
|
||||
>
|
||||
<ReleaseLink {...release} />
|
||||
</SwiperSlide>
|
||||
|
|
Loading…
Add table
Reference in a new issue