From 1238d40c94a473c016100d5456f2c4feb06756bc Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Wed, 11 Oct 2017 12:57:03 -0500 Subject: [PATCH] fix(fact): update styles to the random fact on LndSyncing --- app/components/LndSyncing/LndSyncing.js | 2 +- app/components/LndSyncing/LndSyncing.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/components/LndSyncing/LndSyncing.js b/app/components/LndSyncing/LndSyncing.js index 8bd44bf9..a0579fbd 100644 --- a/app/components/LndSyncing/LndSyncing.js +++ b/app/components/LndSyncing/LndSyncing.js @@ -8,7 +8,7 @@ class LndSyncing extends Component { facts: [ { title: 'No2x', - description: 'Segwit2x is a hard fork proposal led by Barry Silbert and the NYA. It is bullshit. Fuck that shit.' + description: 'Segwit2x is a hard fork proposal led by Barry Silbert and the NYA signers. The idea was drawn up and signed in a locked hotel room with select individuals and goes against everything that Bitcoin stands for. There is no favoritism in Bitcoin. There are no politicians. Hash power and business don\'t speak for us. Don\'t trust, verify.' }, { title: 'Gang', diff --git a/app/components/LndSyncing/LndSyncing.scss b/app/components/LndSyncing/LndSyncing.scss index 4eb0f01c..eea39efa 100644 --- a/app/components/LndSyncing/LndSyncing.scss +++ b/app/components/LndSyncing/LndSyncing.scss @@ -23,6 +23,10 @@ .fact { transition: all 0.25s; + width: 50%; + line-height: 1.5; + letter-spacing: 1.1px; + h2 { font-size: 50px; margin-bottom: 10px;