feat: add prerender scripts for single product rendering and enhance layout in PrerenderProduct and Footer components
This commit is contained in:
@@ -275,7 +275,7 @@ class Footer extends Component {
|
||||
<Stack
|
||||
direction="row"
|
||||
spacing={{ xs: 1, md: 2 }}
|
||||
sx={{pb: '10px'}}
|
||||
sx={{pt: '10px', height: { xs: 50, md: 60 }, transform: 'translateY(-3px)'}}
|
||||
justifyContent="center"
|
||||
alignItems="flex-end"
|
||||
>
|
||||
@@ -288,7 +288,7 @@ class Footer extends Component {
|
||||
position: 'relative',
|
||||
zIndex: 9999,
|
||||
display: 'inline-block',
|
||||
height: { xs: 50, md: 60 },
|
||||
height: { xs: 57, md: 67 },
|
||||
lineHeight: 1
|
||||
}}
|
||||
onMouseEnter={this.handleReviewsMouseEnter}
|
||||
@@ -317,7 +317,7 @@ class Footer extends Component {
|
||||
position: 'relative',
|
||||
zIndex: 9999,
|
||||
display: 'inline-block',
|
||||
height: { xs: 40, md: 50 },
|
||||
height: { xs: 47, md: 67 },
|
||||
lineHeight: 1
|
||||
}}
|
||||
onMouseEnter={this.handleMapsMouseEnter}
|
||||
|
||||
Reference in New Issue
Block a user