fix(notifications): update margin for EVEN SMALLER mobile devices (#1146)

This commit is contained in:
Jordan Frankfurt 2020-10-01 15:00:13 -04:00 committed by GitHub
parent c45c293e82
commit 33fdf28dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ export const Popup = styled.div`
${({ theme }) => theme.mediaWidth.upToSmall`
min-width: 290px;
&:not(:last-of-type) {
margin-right: 35px;
margin-right: 20px;
}
`}
`