Skip to content

Commit

Permalink
Merge pull request #207 from ajinkyapandetekdi/webpack-1.3-dev
Browse files Browse the repository at this point in the history
#0000 image responsive issue fixed
  • Loading branch information
gouravmore authored Nov 11, 2024
2 parents 7d473a8 + 3586244 commit 4673973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Practice/Mechanics3.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const Mechanics2 = ({
left: {
xs: 0, // For extra small screens
sm: 0, // For small screens
md: "-40px", // Adjust position for medium screens
md: "0px", // Adjust position for medium screens
lg: "0px",
xl: "0px",
},
Expand Down

0 comments on commit 4673973

Please sign in to comment.