fix: poster aspect ration in release carousel
Some checks are pending
V3 Preview Deployment / Deploy-Preview (push) Waiting to run

This commit is contained in:
Kentai Radiquum 2025-03-26 15:45:25 +05:00
parent ac2425ba55
commit 07c93338cb
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -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>