fix problem
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user