diff options
author | Frankie <frankie.pangilinan@consensys.net> | 2016-06-23 06:31:02 +0800 |
---|---|---|
committer | Frankie <frankie.pangilinan@consensys.net> | 2016-06-23 06:35:52 +0800 |
commit | f0e64112771612a79ed7c23bc8147e692c7f8356 (patch) | |
tree | d2ebab812cf5f0ac4bc1f76d9727766b7dae2601 /ui/app/info.js | |
parent | 03550b7e9a8462947a681d57d1ab15a0f596366d (diff) | |
download | tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.gz tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.bz2 tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.lz tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.xz tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.tar.zst tangerine-wallet-browser-f0e64112771612a79ed7c23bc8147e692c7f8356.zip |
Swap out Transat font for Montserrat
Diffstat (limited to 'ui/app/info.js')
-rw-r--r-- | ui/app/info.js | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/ui/app/info.js b/ui/app/info.js index e3b68fed5..32b5a22e8 100644 --- a/ui/app/info.js +++ b/ui/app/info.js @@ -56,10 +56,7 @@ InfoScreen.prototype.render = function () { }, }), - h('.info', { - style: { - marginBottom: '20px', - }}, + h('.info', `For more information on MetaMask you can visit our web site. If you want to contact us with questions or just @@ -79,11 +76,7 @@ InfoScreen.prototype.render = function () { h('img.icon-size', { src: manifest.icons[128], }), - h('div.info', { - style: { - fontWeight: 800, - }, - }, 'Visit our web site'), + h('div.info', 'Visit our web site'), ]), ]), h('div.fa.fa-slack', [ @@ -106,6 +99,7 @@ InfoScreen.prototype.render = function () { h('a.info', { href: 'mailto:hello@metamask.io?subject=Feedback', target: '_blank', + style: { width: '85vw' }, }, 'Email us any questions or comments!'), ]), |