Skip to content

Commit

Permalink
Merge pull request #146 from 2024WISCOM/feature/about
Browse files Browse the repository at this point in the history
🐛 Fix: About 이미지 배포판 높이 문제 수정
  • Loading branch information
techncherry authored Oct 26, 2024
2 parents 1313cb9 + 59347cb commit 0be50bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/about/About.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,14 @@ export const Identity = styled.div`

export const Poster = styled.object`
width: 25vw;
height: 25vw;
flex-shrink: 0;
margin: 0;
display: block;
@media (max-width: 768px) {
width: 100%;
height: 100%;
}
`;

Expand Down Expand Up @@ -377,12 +379,14 @@ export const ProfWrap = styled.div`

export const Prof = styled.object`
width: 16vw;
height: 16vw;
flex-shrink: 0;
margin: 0;
display: block;
@media (max-width: 480px) {
width: 30vw;
height: 30vw;
}
`;

Expand Down

0 comments on commit 0be50bf

Please sign in to comment.