Commit c45c293e authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

fix(mobile popups): add right margin to mobile notifications (#1142)

parent 9e140d12
......@@ -30,6 +30,9 @@ export const Popup = styled.div`
${({ theme }) => theme.mediaWidth.upToSmall`
min-width: 290px;
&:not(:last-of-type) {
margin-right: 35px;
}
`}
`
const Fader = styled.div`
......
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