Compare commits

...

2 Commits

Author SHA1 Message Date
Mihir Motiyani 0c882a3203 Merge pull request 'fix' (#22) from fix/layout into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #22
2025-02-20 13:55:00 +05:30
hardik fbacaa2909 fix
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2025-02-20 13:52:40 +05:30
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ const HomePage: React.FC = () => {
{/* Grid 2 */}
<Box
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%',
backgroundImage: { lg: `url(${newbackground})`, xs: null },
backgroundSize: "contain",