From 1878c6beb4547a8c0e4acdadd022d541a9c8298d Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Tue, 18 Dec 2018 10:18:58 +0100 Subject: [PATCH] padding around "select coin" message --- src/views/Wallet/views/Dashboard/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/Wallet/views/Dashboard/index.js b/src/views/Wallet/views/Dashboard/index.js index a0766c90..ea4dfc35 100644 --- a/src/views/Wallet/views/Dashboard/index.js +++ b/src/views/Wallet/views/Dashboard/index.js @@ -9,16 +9,14 @@ import DashboardImg from 'images/dashboard.png'; const Wrapper = styled.div` display: flex; flex-direction: column; - flex: 1; `; const Row = styled.div` flex: 1; display: flex; - padding: 0px 48px; + padding: 100px 48px; flex-direction: column; - justify-content: center; align-items: center; `;