diff --git a/src/sections/Meshery/Meshery-integrations/Individual-Integrations/howItWork.js b/src/sections/Meshery/Meshery-integrations/Individual-Integrations/howItWork.js index 2614ef10f138..a2ee1c1884cb 100644 --- a/src/sections/Meshery/Meshery-integrations/Individual-Integrations/howItWork.js +++ b/src/sections/Meshery/Meshery-integrations/Individual-Integrations/howItWork.js @@ -83,6 +83,7 @@ const HowIntegrationWorksWrapper = styled.section` img { height: 5rem; vertical-align: middle; + object-fit: contain; } } } @@ -108,6 +109,7 @@ const HowIntegrationWorksWrapper = styled.section` li a img { height: 4rem; + object-fit: contain; } } } @@ -164,6 +166,7 @@ const HowIntegrationWorksWrapper = styled.section` li a img { height: 2.5rem; + object-fit: contain; } } }