Skip to content

Commit

Permalink
fix: left crop issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv committed Jan 19, 2024
1 parent 7238bd5 commit eebfbbf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ const LiveMarketCard = <T extends MarketName>({
<CardSlider
variant="LiveMarketCard"
swiperData={swiperOption}
slideClasses="max-w-[296px] mr-800"
className="w-screen !mr-[calc((-100vw+100%)/2)] lg:w-full lg:!mr-auto"
slideClasses="max-w-[296px] !mr-gap-none !ml-gap-none"
className="w-screen lg:w-full [&>*:nth-child(1)]:!gap-gap-lg"
cards={livePriceData.slice(0, 4)}
/>
<div className="flex items-center flex-col">{children}</div>
<div className="flex items-center flex-col ">{children}</div>
</>
)
}
Expand Down

0 comments on commit eebfbbf

Please sign in to comment.