feat: add stock movement on backend

This commit is contained in:
2026-06-26 16:57:36 +03:00
parent 846844a1f0
commit 7b662bb618
6 changed files with 140 additions and 2 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ export default function ItemPage() {
<main className="px-6 md:px-16 grow w-full mb-10 text-white">
<div className="flex flex-col md:flex-row gap-8 md:gap-12 mt-6">
{/* ЛЕВО — фото */}
<div className="md:w-1/2">
<div className="md:w-1/4">
<img
src={item.avatar_url}
alt={item.name}
@@ -73,7 +73,7 @@ export default function ItemPage() {
</div>
{/* ПРАВО — всё инфо в одной колонке */}
<div className="md:w-1/2 flex flex-col">
<div className="md:w-3/4 flex flex-col">
<h1 className="text-2xl md:text-4xl font-medium uppercase mb-3">
{item.name}
</h1>