Skip to content

Commit

Permalink
๐Ÿ› Fix: About ์ด๋ฏธ์ง€ ๋ฐฐํฌํŒ์—์„œ ์œ„์น˜ ๋ฌธ์ œ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
techncherry committed Oct 26, 2024
1 parent a2c8ec3 commit c84a0cd
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 c84a0cd

Please sign in to comment.