refactor: release section

This commit is contained in:
Kentai Radiquum 2025-03-26 00:51:30 +05:00
parent e1e176c24b
commit 1530fa3937
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
11 changed files with 167 additions and 56 deletions

View file

@ -53,7 +53,6 @@ export const ReleaseCourusel = (props: {
<SwiperSlide
key={release.id}
className="max-w-64 md:max-w-96"
// className="xl:max-w-[600px] sm:max-w-[400px] lg:aspect-video"
>
<ReleaseLink {...release} />
</SwiperSlide>