Skip to content

Commit

Permalink
fixed single banner overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
chlebektomas committed Dec 16, 2024
1 parent 2217699 commit 629f3ae
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 629f3ae

Please sign in to comment.