Commit 41776655 authored by Jack Short's avatar Jack Short Committed by GitHub

style: full width explore banner (#5486)

style: full width explore bannner
parent a350f598
...@@ -17,7 +17,6 @@ const BannerContainer = styled.div` ...@@ -17,7 +17,6 @@ const BannerContainer = styled.div`
width: 100%; width: 100%;
padding-top: 22px; padding-top: 22px;
position: relative; position: relative;
max-width: 1200px;
@media only screen and (min-width: ${({ theme }) => `${theme.breakpoint.sm}px`}) { @media only screen and (min-width: ${({ theme }) => `${theme.breakpoint.sm}px`}) {
padding: 32px 16px; padding: 32px 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment