Center Images on Product page
This commit is contained in:
@@ -79,7 +79,7 @@ export default function ProductInfo({ item }: { item: Item }) {
|
|||||||
<Grid container spacing={4}>
|
<Grid container spacing={4}>
|
||||||
{/* Left Column - Image */}
|
{/* Left Column - Image */}
|
||||||
|
|
||||||
<Card elevation={2} sx={{ width: '100%', maxWidth: 400 }}>
|
<Card elevation={2} sx={{ width: '100%', maxWidth: 400, display: 'inherit' }}>
|
||||||
<Box
|
<Box
|
||||||
component="img"
|
component="img"
|
||||||
src={imageUrl}
|
src={imageUrl}
|
||||||
|
|||||||
Reference in New Issue
Block a user