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}>
|
||||
{/* Left Column - Image */}
|
||||
|
||||
<Card elevation={2} sx={{ width: '100%', maxWidth: 400 }}>
|
||||
<Card elevation={2} sx={{ width: '100%', maxWidth: 400, display: 'inherit' }}>
|
||||
<Box
|
||||
component="img"
|
||||
src={imageUrl}
|
||||
|
||||
Reference in New Issue
Block a user