From df824695dec3875772d5195bde510cd5adbf2bf0 Mon Sep 17 00:00:00 2001 From: Nick Cardin Date: Thu, 15 Sep 2016 13:58:50 -0400 Subject: [PATCH] add padding to next steps --- public/views/tab-home.html | 8 ++++---- src/sass/views/tab-home.scss | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/public/views/tab-home.html b/public/views/tab-home.html index 8cf79e18e..2a4b0c8bd 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -87,28 +87,28 @@
Next steps
- +
Create a bitcoin wallet
- +
Buy Bitcoin
- +
Add BitPay Card
- +
diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 8f40b2975..cd360427a 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -15,4 +15,10 @@ a.item { color: #444; } + + .next-step { + padding-top: 20px; + padding-bottom: 20px; + } + }