Compare commits
No commits in common. "0c882a3203b7c662138abbd3d4a5f724e2da1263" and "333697ea887db610a1f4c8832e46c66ecbe8b94b" have entirely different histories.
0c882a3203
...
333697ea88
|
|
@ -129,7 +129,7 @@ const HomePage: React.FC = () => {
|
|||
{/* Grid 2 */}
|
||||
<Box
|
||||
sx={{
|
||||
height: { xl: 1800, lg: 2000, xs: 2729, sm: 3630, md: 2790 },
|
||||
height: { xl: 1800, lg: 2000, xs: 2857, sm: 3630, md: 2790 },
|
||||
width: '100%',
|
||||
backgroundImage: { lg: `url(${newbackground})`, xs: null },
|
||||
backgroundSize: "contain",
|
||||
|
|
|
|||
Loading…
Reference in New Issue