Skip to content

Commit

Permalink
Merge pull request #5185 from vishalvivekm/aspect-ratio
Browse files Browse the repository at this point in the history
 prevent-skewing-of-images-in-side-menu-on-integrations-individual-pages-howItWorks-section
  • Loading branch information
leecalcote committed Dec 13, 2023
2 parents e16417a + 3dfa38a commit f9e83da
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const HowIntegrationWorksWrapper = styled.section`
img {
height: 5rem;
vertical-align: middle;
object-fit: contain;
}
}
}
Expand All @@ -108,6 +109,7 @@ const HowIntegrationWorksWrapper = styled.section`
li a img {
height: 4rem;
object-fit: contain;
}
}
}
Expand Down Expand Up @@ -164,6 +166,7 @@ const HowIntegrationWorksWrapper = styled.section`
li a img {
height: 2.5rem;
object-fit: contain;
}
}
}
Expand Down

0 comments on commit f9e83da

Please sign in to comment.