refactor: replace Box with Container for improved layout consistency in PrerenderProduct and ProductDetailPage components

This commit is contained in:
sebseb7
2025-07-20 00:34:46 +02:00
parent cc679e77a9
commit 3df20cbc6a
2 changed files with 6 additions and 8 deletions

View File

@@ -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
}
},