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; + } + }