From 957704c961c52389b7fa80ca18f81f2f287f0464 Mon Sep 17 00:00:00 2001 From: Ivonne Date: Thu, 16 May 2024 23:26:43 -0500 Subject: [PATCH] Update Recipes.css --- src/styles/Recipes.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/styles/Recipes.css b/src/styles/Recipes.css index 5fedfe1..b5d42fc 100644 --- a/src/styles/Recipes.css +++ b/src/styles/Recipes.css @@ -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; + } } \ No newline at end of file