Skip to content

Commit

Permalink
resposive imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespohalloran committed Jul 24, 2023
1 parent c209783 commit a4740a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/docs/product-tour.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,11 @@ const SplitContent = styled.div`
height: fit-content;
img {
width: 100%;
max-width: 100%;
max-height: calc(100vh - 100px);
position: absolute;
left: 50%;
transform: translate(-50%, 0%);
top: 0;
transition: opacity 0.35s ease-in-out;
}
Expand Down

0 comments on commit a4740a9

Please sign in to comment.