Center Images on Product page

This commit is contained in:
Tim
2025-06-18 23:06:50 +02:00
parent 46d21504aa
commit 8fe4f3402c

View File

@@ -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}