From 41776655dc04bf2863960e9dac47231719ab904b Mon Sep 17 00:00:00 2001 From: Jack Short Date: Wed, 30 Nov 2022 12:17:40 -0500 Subject: [PATCH] style: full width explore banner (#5486) style: full width explore bannner --- src/nft/components/explore/Banner.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nft/components/explore/Banner.tsx b/src/nft/components/explore/Banner.tsx index 6ac33c9dc1..e11a06d2d5 100644 --- a/src/nft/components/explore/Banner.tsx +++ b/src/nft/components/explore/Banner.tsx @@ -17,7 +17,6 @@ const BannerContainer = styled.div` width: 100%; padding-top: 22px; position: relative; - max-width: 1200px; @media only screen and (min-width: ${({ theme }) => `${theme.breakpoint.sm}px`}) { padding: 32px 16px;