diff --git a/public/views/tab-home.html b/public/views/tab-home.html index 7ef233580..d6d94aa0c 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -53,7 +53,7 @@ diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 4ce59566b..9566fff16 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -20,7 +20,7 @@ &:before { display: block; position: absolute; - width: 86%; + width: 75%; height: 1px; background: rgba(221, 221, 221, 0.3); top:0; @@ -48,12 +48,23 @@ width:0; } } + &.wallet{ + .big-icon-svg{ + & > .bg{ + padding: .25rem + } + } + } } } .next-step { padding-top: 20px; padding-bottom: 20px; + &.item{ + padding-top:2rem; + padding-bottom: 2rem; + } } .homeTip { .item {