Skip to content

Commit

Permalink
adjust breakpoint value
Browse files Browse the repository at this point in the history
  • Loading branch information
mykovasyl committed Mar 19, 2023
1 parent cccc77f commit 54dd348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/RecipeBook.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function RecipeBook() {
color: theme.palette.text.secondary,
}));
const recipesDisplayed = currentUser.recipes.map((recipe) => (
<Grid item md={4}>
<Grid item xs={6} md={4}>
<Item>
<Recipe key={recipe.summary} recipe={recipe} />
</Item>
Expand Down

0 comments on commit 54dd348

Please sign in to comment.