fix: token details layout gap (#5004)

This commit is contained in:
Zach Pomerantz 2022-10-26 08:14:38 -07:00 committed by GitHub
parent dfbed6b89d
commit c1607bbd52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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