mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-01 10:29:40 +05:00
refactor: update card style for mobile
This commit is contained in:
parent
d3f966e62c
commit
cd4ada5657
7 changed files with 137 additions and 12 deletions
|
@ -52,7 +52,7 @@ export const ReleaseCourusel = (props: {
|
|||
return (
|
||||
<SwiperSlide
|
||||
key={release.id}
|
||||
className="xl:max-w-[600px] sm:max-w-[400px] aspect-video"
|
||||
className="xl:max-w-[600px] sm:max-w-[400px] lg:aspect-video"
|
||||
>
|
||||
<ReleaseLink {...release} />
|
||||
</SwiperSlide>
|
||||
|
@ -71,11 +71,6 @@ export const ReleaseCourusel = (props: {
|
|||
}
|
||||
></div>
|
||||
</Swiper>
|
||||
{/* <div className={`swiper ${Styles["swiper"]}`}>
|
||||
<div className="swiper-wrapper">
|
||||
</div>
|
||||
|
||||
</div> */}
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue