Skip to content

Commit

Permalink
add-object-fit-contain-property
Browse files Browse the repository at this point in the history
Signed-off-by: vishalvivekm <[email protected]>
  • Loading branch information
vishalvivekm committed Dec 4, 2023
1 parent 6a19ef5 commit 3dfa38a
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 3dfa38a

Please sign in to comment.