refactor: adjust alignment in Footer component for better visual consistency
This commit is contained in:
@@ -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%'
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user