fix problem

This commit is contained in:
hamid zarghami
2026-07-21 11:37:19 +03:30
parent 220f749598
commit 0e5fe6e932
+1 -1
View File
@@ -41,7 +41,7 @@ const DescriptionPanel: FC = () => {
return (
<div className="flex flex-col items-center gap-6 lg:flex-row lg:items-center lg:gap-12" dir="ltr">
<div className="mx-auto w-full max-w-85 shrink-0 rounded-2xl bg-white p-3 shadow-[0_4px_20px_rgba(0,0,0,0.08)] sm:max-w-[360px] lg:max-w-[400px] lg:p-4">
<div className="mx-auto w-full max-w-85 shrink-0 rounded-2xl bg-white p-3 shadow-[0_4px_20px_rgba(0,0,0,0.08)] sm:max-w-90 lg:max-w-100 lg:p-4">
<div className="relative aspect-square w-full overflow-hidden rounded-xl">
<Image src={productImage} alt="" fill className="object-cover" sizes="(max-width: 1024px) 80vw, 400px" />
</div>