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
@@ -156,7 +156,7 @@ export default function CreateRecipePage() {
<div
style={{
display: 'grid',
gridTemplateColumns: '1fr 1fr',
gridTemplateColumns: 'repeat(auto-fit, minmax(350px, 1fr))',
gap: '1.5rem',
}}
>