Skip to content

Commit

Permalink
Fixing card size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jan 12, 2018
1 parent ea78035 commit 9f8b94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/_components/recipe-card/recipe-card.component.scss
Expand Up @@ -6,8 +6,8 @@
width: 100%;
}
min-height: 405px;
@include respond-to('x-small') {
min-height: 275px;
@include respond-to('small') {
min-height: 355px;
}
margin: auto;
margin-bottom: 55px !important;
Expand Down

0 comments on commit 9f8b94e

Please sign in to comment.