Skip to content

Commit

Permalink
[project-base] fixed single banner overflowing (#3660)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlebektomas authored Dec 16, 2024
2 parents 2217699 + 629f3ae commit 4c1c9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storefront/components/Blocks/Banners/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Banner: FC<BannerProps> = ({ banner, bannerSliderState, index, numI
<BannerContent banner={banner} className="hidden lg:block" />
</BannerImage>

<BannerContent banner={banner} />
<BannerContent banner={banner} className="block lg:hidden" />
</div>
);
};

0 comments on commit 4c1c9b2

Please sign in to comment.