feat(home): better padding and spacing on home view

This commit is contained in:
Jason Dreyzehner 2016-10-21 01:51:00 -04:00
commit 7b4beae373
3 changed files with 15 additions and 6 deletions

View file

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