Commit f1ccd7a1 authored by Moody Salem's avatar Moody Salem

Fix horizontal scrolling on small screens & add some small padding

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