Skip to content

Commit

Permalink
fix recipe long img
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogarin committed Jan 10, 2018
1 parent 6535367 commit 2b3ea03
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@import "./../../../../styles/settings/breakpoints.scss";
.recipe-long {
.image {
img {
max-width: 100%;
}
}
@include breakpoint($narrow-devices) {
display: flex;
flex-wrap: wrap;
Expand All @@ -10,9 +15,6 @@
}
.image {
flex-basis: 25%;
img {
max-width: 100%;
}
}
}
}

0 comments on commit 2b3ea03

Please sign in to comment.