diff --git a/web/app/components/explore/banner/banner-item.tsx b/web/app/components/explore/banner/banner-item.tsx index c5c95a4d36..9645a307b2 100644 --- a/web/app/components/explore/banner/banner-item.tsx +++ b/web/app/components/explore/banner/banner-item.tsx @@ -25,7 +25,7 @@ type BannerItemProps = { isPaused?: boolean } -const RESPONSIVE_BREAKPOINT = 1280 +const RESPONSIVE_BREAKPOINT = 1200 const MAX_RESPONSIVE_WIDTH = 600 const INDICATOR_WIDTH = 20 const INDICATOR_GAP = 8 @@ -177,7 +177,7 @@ export const BannerItem: FC = ({ banner, autoplayDelay, isPause /> ))} -
+