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