Fix horizontal scrolling on small screens & add some small padding

This commit is contained in:
Moody Salem 2020-05-09 10:55:41 -04:00
parent 7c43023860
commit f1ccd7a166
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -52,6 +52,8 @@ const BodyWrapper = styled.div`
${({ theme }) => theme.mediaWidth.upToExtraSmall` ${({ theme }) => theme.mediaWidth.upToExtraSmall`
padding-top: 16px; padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
`}; `};
z-index: 1; z-index: 1;