refactor: adjust alignment in Footer component for better visual consistency
This commit is contained in:
@@ -192,7 +192,6 @@ class PrerenderProduct extends React.Component {
|
|||||||
alt: product.name,
|
alt: product.name,
|
||||||
sx: {
|
sx: {
|
||||||
objectFit: 'contain',
|
objectFit: 'contain',
|
||||||
p: 2,
|
|
||||||
width: '100%',
|
width: '100%',
|
||||||
maxWidth: '100%'
|
maxWidth: '100%'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ class Footer extends Component {
|
|||||||
spacing={{ xs: 1, md: 2 }}
|
spacing={{ xs: 1, md: 2 }}
|
||||||
sx={{pb: '10px'}}
|
sx={{pb: '10px'}}
|
||||||
justifyContent="center"
|
justifyContent="center"
|
||||||
alignItems="center"
|
alignItems="flex-end"
|
||||||
>
|
>
|
||||||
<Link
|
<Link
|
||||||
href="https://reviewthis.biz/growheads"
|
href="https://reviewthis.biz/growheads"
|
||||||
|
|||||||
Reference in New Issue
Block a user