Fix horizontal scrolling on small screens & add some small padding
This commit is contained in:
parent
7c43023860
commit
f1ccd7a166
@ -52,6 +52,8 @@ const BodyWrapper = styled.div`
|
||||
|
||||
${({ theme }) => theme.mediaWidth.upToExtraSmall`
|
||||
padding-top: 16px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
`};
|
||||
|
||||
z-index: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user