diff --git a/src/features/recipes/components/feature-of-the-day/feature-of-the-day.jsx b/src/features/recipes/components/feature-of-the-day/feature-of-the-day.jsx index 1485398..2ed49fa 100644 --- a/src/features/recipes/components/feature-of-the-day/feature-of-the-day.jsx +++ b/src/features/recipes/components/feature-of-the-day/feature-of-the-day.jsx @@ -11,17 +11,21 @@ export const FeatureOfTheDay = () => { Recipe of the day
- + Roasted Chicken And Sweet Potatoes Recipe

@@ -33,10 +37,10 @@ export const FeatureOfTheDay = () => {

diff --git a/src/features/recipes/components/recipe-details/Description.jsx b/src/features/recipes/components/recipe-details/Description.jsx index 39663f3..66dd5a6 100644 --- a/src/features/recipes/components/recipe-details/Description.jsx +++ b/src/features/recipes/components/recipe-details/Description.jsx @@ -31,7 +31,7 @@ export const Description = ({ description }) => { const body = words.slice(titleLength).join(" "); console.log("body length:", body.length); return description ? ( -
+
10 ? "text-clamp-h3" : ""}> {title} diff --git a/src/features/recipes/components/recipe-details/IntroCard.jsx b/src/features/recipes/components/recipe-details/IntroCard.jsx index 7f5d8ef..374959a 100644 --- a/src/features/recipes/components/recipe-details/IntroCard.jsx +++ b/src/features/recipes/components/recipe-details/IntroCard.jsx @@ -10,7 +10,7 @@ export const IntroCard = ({ name, imageUrl, description }) => {
@@ -30,7 +30,7 @@ export const IntroCard = ({ name, imageUrl, description }) => { ); return ( -
+
{
-
+
{ renditions={recipe.renditions} className="mb-12 outline-4 md:col-start-7 md:col-end-13 md:row-start-1 lg:col-start-1 lg:col-end-5 lg:row-start-3 lg:-mx-4 lg:-mb-4 2xl:col-end-4" /> - - - + { // Available cards: @@ -28,31 +29,39 @@ export const RecipeDifficultyCard = ({ tags }) => { (tag) => tag.type === "difficulty" && tag.name === "5_ingredients_or_less", ); return ( -
- -
- {easy && ( - +
+ - )} - {quickText && ( - - )} - {simple && ( - - )} -
-
+
+ {easy && ( + + )} + {quickText && ( + + )} + {simple && ( + + )} +
+
+
+ ) ); }; diff --git a/src/features/recipes/components/recipe-details/Tags.jsx b/src/features/recipes/components/recipe-details/Tags.jsx index dcb7db7..de75d33 100644 --- a/src/features/recipes/components/recipe-details/Tags.jsx +++ b/src/features/recipes/components/recipe-details/Tags.jsx @@ -18,8 +18,8 @@ export const Tags = ({ tags }) => { return ( {tag.display_name} diff --git a/src/features/recipes/components/recipe-details/Tips.jsx b/src/features/recipes/components/recipe-details/Tips.jsx index 7d82b76..0fbce59 100644 --- a/src/features/recipes/components/recipe-details/Tips.jsx +++ b/src/features/recipes/components/recipe-details/Tips.jsx @@ -26,7 +26,7 @@ export const Tips = ({ recipeId }) => { showIndicators={true} dynamicHeight={false} stopOnHover={true} - className="bg-transparent mx-[-2.25rem] [&_.carousel-slider]:overflow-visible [&_.control-dots]:bottom-[-2rem]" + className="bg-transparent mx-[-2.25rem] [&_.carousel-slider]:overflow-visible [&_.control-dots]:bottom-[-2rem] [&_.control-dots]:px-6" > {tips.map((tip) => (
@@ -58,7 +58,7 @@ const TipCard = ({ return (
-
+
{ > YumYum Time!! - +