Skip to content

Commit

Permalink
design: max-height 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
imddoy committed Aug 31, 2024
1 parent a1923ed commit a1b33fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/gig/components/showInfo/ShowInfo.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const CloseIcon = styled(ButtonDelete24)`

export const ModalContent = styled.img`
max-width: 37rem;
max-height: 100%;
`;

export const Title = styled.h1`
Expand Down

0 comments on commit a1b33fc

Please sign in to comment.