feat: Update ingredient units and improve layout responsiveness across various components
This commit is contained in:
@@ -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',
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user