Commit 18e89a73 authored by Kaylee George's avatar Kaylee George Committed by GitHub

fix: rm right padding on token details (#4518)

rm padding on mobile
parent 445f9a67
...@@ -46,6 +46,10 @@ const TokenDetailsLayout = styled.div` ...@@ -46,6 +46,10 @@ const TokenDetailsLayout = styled.div`
padding-top: 20px; padding-top: 20px;
} }
@media only screen and (max-width: ${LARGE_MEDIA_BREAKPOINT}) {
gap: 0px;
}
@media only screen and (max-width: ${SMALL_MEDIA_BREAKPOINT}) { @media only screen and (max-width: ${SMALL_MEDIA_BREAKPOINT}) {
padding-left: 16px; padding-left: 16px;
padding-right: 16px; padding-right: 16px;
......
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