We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a030116 commit befef85Copy full SHA for befef85
1 file changed
src/sections/Platform-Engineering/platform.js
@@ -237,9 +237,9 @@ const StyledRow = styled(Row)`
237
cursor: zoom-in;
238
239
img {
240
- max-width: 100%;
241
- height: auto;
242
- object-fit: contain;
+ width: 600px;
+ height: 300px;
+ object-fit: cover;
243
244
@media (max-width: 767px) {
245
width: 300px;
@@ -257,4 +257,4 @@ const StyledRow = styled(Row)`
257
}
258
`;
259
260
-export default Platform;
+export default Platform;
0 commit comments