feat: Update ingredient units and improve layout responsiveness across various components

This commit is contained in:
Nils-Johan Gynther
2026-04-12 11:08:15 +02:00
parent 3d4994f24d
commit b795bbfc71
12 changed files with 39 additions and 9 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ export default async function InventoryPage({ searchParams }: InventoryPageProps
style={{
display: 'grid',
gap: '1rem',
gridTemplateColumns: '1fr 1fr',
gridTemplateColumns: 'repeat(auto-fit, minmax(280px, 1fr))',
alignItems: 'start',
}}
>