diff --git a/src/sass/ionic.scss b/src/sass/ionic.scss
index 6f962fec1..1c2fc0a87 100644
--- a/src/sass/ionic.scss
+++ b/src/sass/ionic.scss
@@ -35,3 +35,8 @@ $placeholder-icon-padding: 10px;
.item p {
color: $mid-gray;
}
+
+// we'd like to diverge from the standard ionic formula for left-right card margins
+.card {
+ margin: ($content-padding * 2) 14px;
+}
diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss
index 19fb02549..3053f6eb6 100644
--- a/src/sass/views/tab-home.scss
+++ b/src/sass/views/tab-home.scss
@@ -16,16 +16,20 @@
background-image: url("../img/icon-amazon.svg");
}
.bg {
- &.wallet{
+ &.wallet {
padding: .25rem
}
}
- .card{
+ .card {
.item {
color: #444;
border-top:none;
- padding-bottom: 1.5rem;
- padding-top:1.5rem;
+ padding-bottom: 1rem;
+ padding-top:1rem;
+ &.item-extra-padding {
+ padding-top: 1.5rem;
+ padding-bottom: 1.5rem;
+ }
}
.item-sub {
&:first-child:before {
diff --git a/www/views/tab-home.html b/www/views/tab-home.html
index c57008bd1..c0e008a50 100644
--- a/www/views/tab-home.html
+++ b/www/views/tab-home.html
@@ -3,7 +3,7 @@
-
+