diff --git a/app/assets/stylesheets/tokens.sass b/app/assets/stylesheets/tokens.sass index 387113e2..785b0bfb 100644 --- a/app/assets/stylesheets/tokens.sass +++ b/app/assets/stylesheets/tokens.sass @@ -2,5 +2,9 @@ font-family: "monospace" .token-logo - max-width: 3rem - vertical-align: middle + max-width: 100% + +.token-index + .token-logo + max-width: 4rem + vertical-align: middle