Change ratio and text size of step ingredient list

This commit is contained in:
2025-08-14 09:22:46 +12:00
committed by June
parent c92c754f5f
commit 88f6628ee0
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ const ings = await Promise.all(
<div class={className}>
{ings.map(i => (
<div>
<div class="text-sm">
<p>• {i.quantity} {i.unit || " "} {i.name}</p>
</div>
))}