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%'
}

View File

@@ -272,12 +272,12 @@ class Footer extends Component {
justifyContent="center"
alignItems="center"
>
<Stack
<Stack
direction="row"
spacing={{ xs: 1, md: 2 }}
sx={{pb: '10px'}}
justifyContent="center"
alignItems="center"
alignItems="flex-end"
>
<Link
href="https://reviewthis.biz/growheads"