diff --git a/src/components/ItemRow.tsx b/src/components/ItemRow.tsx index 0570ba3..c7d918a 100644 --- a/src/components/ItemRow.tsx +++ b/src/components/ItemRow.tsx @@ -54,17 +54,27 @@ const ItemRow: Component = (props) => { return num.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 }); }; + /* ───────────────────────────────────────────── + MOBILE layout ( -
+ {/* ── DESKTOP ROW ── */} +