Skip to content

Commit f9e83da

Browse files
authored
Merge pull request #5185 from vishalvivekm/aspect-ratio
prevent-skewing-of-images-in-side-menu-on-integrations-individual-pages-howItWorks-section
2 parents e16417a + 3dfa38a commit f9e83da

File tree

1 file changed

+3
-0
lines changed
  • src/sections/Meshery/Meshery-integrations/Individual-Integrations

1 file changed

+3
-0
lines changed

src/sections/Meshery/Meshery-integrations/Individual-Integrations/howItWork.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ const HowIntegrationWorksWrapper = styled.section`
8383
img {
8484
height: 5rem;
8585
vertical-align: middle;
86+
object-fit: contain;
8687
}
8788
}
8889
}
@@ -108,6 +109,7 @@ const HowIntegrationWorksWrapper = styled.section`
108109
109110
li a img {
110111
height: 4rem;
112+
object-fit: contain;
111113
}
112114
}
113115
}
@@ -164,6 +166,7 @@ const HowIntegrationWorksWrapper = styled.section`
164166
165167
li a img {
166168
height: 2.5rem;
169+
object-fit: contain;
167170
}
168171
}
169172
}

0 commit comments

Comments
 (0)