Commit 33fdf28d authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

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

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