refactor: adjust alignment in Footer component for better visual consistency

This commit is contained in:
sebseb7
2025-07-20 00:57:47 +02:00
parent b8441b3ceb
commit e80fedf9a9
2 changed files with 3 additions and 4 deletions

View File

@@ -191,8 +191,7 @@ class PrerenderProduct extends React.Component {
image: mainImage,
alt: product.name,
sx: {
objectFit: 'contain',
p: 2,
objectFit: 'contain',
width: '100%',
maxWidth: '100%'
}