Skip to content

Commit

Permalink
Setting card-block padding to 0 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jan 4, 2018
1 parent ce44a19 commit 1e4412c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/_components/recipe-card/recipe-card.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
}
}

.card-block {
padding: 0px;
}

.tall-card {
min-height: 475px !important;
}
Expand Down

0 comments on commit 1e4412c

Please sign in to comment.