Skip to content

Commit

Permalink
fix(list): add extra margin-bottom to the last list if the list is al…
Browse files Browse the repository at this point in the history
…so a card. Fixes #1708
  • Loading branch information
perrygovier committed Jul 3, 2014
1 parent 7630bd4 commit 306fe04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}
.list:last-child {
margin-bottom: 0px;
&.card{
margin-bottom:40px;
}
}


Expand Down

0 comments on commit 306fe04

Please sign in to comment.