Skip to content

Commit befef85

Browse files
authored
Fix: Update
Signed-off-by: Varad Gupta <114755221+vr-varad@users.noreply.github.com>
1 parent a030116 commit befef85

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/sections/Platform-Engineering/platform.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ const StyledRow = styled(Row)`
237237
cursor: zoom-in;
238238
239239
img {
240-
max-width: 100%;
241-
height: auto;
242-
object-fit: contain;
240+
width: 600px;
241+
height: 300px;
242+
object-fit: cover;
243243
244244
@media (max-width: 767px) {
245245
width: 300px;
@@ -257,4 +257,4 @@ const StyledRow = styled(Row)`
257257
}
258258
`;
259259

260-
export default Platform;
260+
export default Platform;

0 commit comments

Comments
 (0)