remove padding on Trace component on small breakpoint

This commit is contained in:
August Skare
2018-10-22 08:40:07 +02:00
parent 39fd3fd866
commit d3c5c68296

View File

@@ -102,7 +102,11 @@ const StyledSection =
padding-top: 6.25rem;
padding-bottom: 5.25rem;
${media.small`background: none`};
${media.small`
background: none
padding-top: 0;
padding-bottom: 0;
`};
`;
const Wrapper = styled(Container)`