feat: add image resizing
This commit is contained in:
@ -16,10 +16,10 @@ export default function Greet(props: PageProps<Recipe>) {
|
||||
return (
|
||||
<MainLayout>
|
||||
<RecipeHero recipe={props.data} />
|
||||
<div class="px-12 text-white mt-10">
|
||||
<h3 class="text-3xl">Ingredients</h3>
|
||||
<div class="px-8 text-white mt-10">
|
||||
<h3 class="text-3xl my-5">Ingredients</h3>
|
||||
<IngredientsList ingredients={props.data.ingredients} />
|
||||
<h3 class="text-3xl">Preperation</h3>
|
||||
<h3 class="text-3xl my-5">Preparation</h3>
|
||||
</div>
|
||||
</MainLayout>
|
||||
);
|
||||
|
Reference in New Issue
Block a user