Commit c1607bbd authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: token details layout gap (#5004)

parent dfbed6b8
...@@ -27,11 +27,11 @@ export const TokenDetailsLayout = styled.div` ...@@ -27,11 +27,11 @@ export const TokenDetailsLayout = styled.div`
padding: 0 16px; padding: 0 16px;
} }
@media screen and (min-width: ${({ theme }) => theme.breakpoint.md}px) { @media screen and (min-width: ${({ theme }) => theme.breakpoint.md}px) {
gap: 20px; gap: 40px;
padding: 48px 20px; padding: 48px 20px;
} }
@media screen and (min-width: ${({ theme }) => theme.breakpoint.xl}px) { @media screen and (min-width: ${({ theme }) => theme.breakpoint.xl}px) {
gap: 40px; gap: 60px;
} }
` `
export const LeftPanel = styled.div` export const LeftPanel = 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