Skip to content

Commit

Permalink
Update Recipes.css
Browse files Browse the repository at this point in the history
  • Loading branch information
IvonneBenitesRodriguez committed May 17, 2024
1 parent 13dac6d commit 957704c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/styles/Recipes.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,21 @@ text-align: center;
span.randomingredient {
display: flex;
justify-content: center;
}
@media screen and (min-width: 375px) {
h1.recipeTitle {
text-align: center;
}
p {
text-align: center;
margin-left: 3%;
margin-right: 3%;
}
.randomRecipeImage {
margin-left: 5%;
}
.randomRecipeTitle {
font-size: 17px;
margin-left: 15px;
}
}

0 comments on commit 957704c

Please sign in to comment.