Skip to content

Commit

Permalink
Merge pull request #145 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 a2c8ec3 + c84a0cd commit 1313cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/about/About.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export const Poster = styled.object`
width: 25vw;
flex-shrink: 0;
margin: 0;
display: block;
@media (max-width: 768px) {
width: 100%;
Expand Down Expand Up @@ -378,6 +379,7 @@ export const Prof = styled.object`
width: 16vw;
flex-shrink: 0;
margin: 0;
display: block;
@media (max-width: 480px) {
width: 30vw;
Expand Down

0 comments on commit 1313cb9

Please sign in to comment.