fix
This commit is contained in:
parent
333697ea88
commit
fbacaa2909
|
|
@ -129,7 +129,7 @@ const HomePage: React.FC = () => {
|
||||||
{/* Grid 2 */}
|
{/* Grid 2 */}
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
height: { xl: 1800, lg: 2000, xs: 2857, sm: 3630, md: 2790 },
|
height: { xl: 1800, lg: 2000, xs: 2729, sm: 3630, md: 2790 },
|
||||||
width: '100%',
|
width: '100%',
|
||||||
backgroundImage: { lg: `url(${newbackground})`, xs: null },
|
backgroundImage: { lg: `url(${newbackground})`, xs: null },
|
||||||
backgroundSize: "contain",
|
backgroundSize: "contain",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue