Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/inventory/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ const InventoryPage = () => {
</motion.div>
)}

<div className="mb-6 flex gap-4">
<div className="mb-6 flex flex-col gap-4 sm:flex-row">
<input
type="text"
placeholder="Search ingredients..."
Expand Down
2 changes: 1 addition & 1 deletion src/app/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const ProfilePage = () => {
}

return (
<div className="bg-cookcraft-white flex min-h-screen w-screen flex-col items-center py-20">
<div className="bg-cookcraft-white flex min-h-screen w-screen flex-col items-center p-10 py-20">
<div className="border-cookcraft-olive bg-cookcraft-white w-full max-w-2xl rounded-2xl border-3 p-8">
<div className="flex items-center gap-6">
<Image
Expand Down
Loading