Skip to content

Commit

Permalink
fix(recipedetails): add padding across top of recipe details page
Browse files Browse the repository at this point in the history
  • Loading branch information
joekotvas committed Nov 12, 2023
1 parent 6c8746a commit 7b0b1d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const RecipeDetails = ({ recipe }) => {
<hr className="mb-1 mt-3 h-2 w-[40%] rounded-full border-none bg-gradient-tangerine-diagonal" />
</div>

<div className="page-body p-5 md:p-8 md:pt-0 xl:p-10 md:grid md:grid-cols-12 md:grid-rows-10 md:gap-10">
<div className="page-body p-5 md:p-8 xl:p-10 md:grid md:grid-cols-12 md:grid-rows-10 md:gap-10">
<IntroCard
description={recipe.description}
imageUrl={recipe.thumbnail_url}
Expand Down

0 comments on commit 7b0b1d9

Please sign in to comment.