refactor: replace Box with Container for improved layout consistency in PrerenderProduct and ProductDetailPage components
This commit is contained in:
@@ -83,13 +83,12 @@ class PrerenderProduct extends React.Component {
|
||||
Box,
|
||||
{ sx: { flexGrow: 1 } },
|
||||
React.createElement(
|
||||
Box,
|
||||
Container,
|
||||
{
|
||||
maxWidth: "lg",
|
||||
sx: {
|
||||
p: { xs: 2, md: 2 },
|
||||
pb: { xs: 4, md: 8 },
|
||||
maxWidth: "1400px",
|
||||
mx: "auto",
|
||||
flexGrow: 1
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user