From f0e64112771612a79ed7c23bc8147e692c7f8356 Mon Sep 17 00:00:00 2001 From: Frankie Date: Wed, 22 Jun 2016 15:31:02 -0700 Subject: Swap out Transat font for Montserrat --- ui/app/info.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'ui/app/info.js') 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!'), ]), -- cgit v1.2.3