Skip to content

Commit

Permalink
Merge pull request #5442 from layer5io/leecalcote/homepage/integrations
Browse files Browse the repository at this point in the history
[Integrations] Prevent skewing of aspect ratio for integration icons
  • Loading branch information
leecalcote authored Mar 4, 2024
2 parents 139a19e + 040cde1 commit e73fc6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const HoneycombGrid = styled.div`
}
.integration-icon {
flex-shrink: 0;
object-fit: contain;
}
.integration-content {
opacity: 0;
Expand Down

0 comments on commit e73fc6b

Please sign in to comment.