Skip to content

Commit

Permalink
fix: 확대할 때 이미지 줄어드는 오류 해결 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mungjin01 committed May 22, 2024
1 parent 1d3148a commit aa5fd39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ExperienceDetailPage/DetailSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const ImageContainer = styled.div`
position: relative;
border-radius: 8px;
overflow: hidden;
flex-shrink: 0;
img {
width: 100%;
Expand Down Expand Up @@ -134,6 +135,7 @@ const ProfileContainer = styled.div`
align-items: center;
gap: 16px;
display: inline-flex;
flex-shrink: 0;
`;

const ProfileImageContainer = styled.div`
Expand Down

0 comments on commit aa5fd39

Please sign in to comment.