From 12265c88e8522e3681325470abefdf7d141b99a2 Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Wed, 22 Jul 2026 15:23:14 +0330 Subject: [PATCH] fix(product): ensure perfectly symmetrical left/right mobile container margins --- frontend/application/components/ProductPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/application/components/ProductPage.tsx b/frontend/application/components/ProductPage.tsx index 98c35e9..2376caa 100644 --- a/frontend/application/components/ProductPage.tsx +++ b/frontend/application/components/ProductPage.tsx @@ -179,8 +179,8 @@ export default function ProductPage({ productSlug }: { productSlug: string }) { if (!product || !fullProduct || !calculation) return
محصول یافت نشد
; return ( -
-
+
+
{/* Breadcrumbs for Mobile and Desktop */}