Skip to content

Commit

Permalink
๐Ÿ› Fix: ํ…์ŠคํŠธ ๊ฒน์น˜๋Š” ๋ฌธ์ œ ํ•ด๊ฒฐ
Browse files Browse the repository at this point in the history
  • Loading branch information
7beunseo committed Oct 25, 2024
1 parent ba31929 commit 6e8e466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/components/workdetail/developer/Developer.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const DeveloperName = styled.div`
font-size: 22px;
font-family: 'Pretendard-Medium';
margin: 0px;
line-height: initial;
${({ isTwoCharacters }) =>
isTwoCharacters &&
Expand Down Expand Up @@ -69,6 +70,7 @@ export const DeveloperPosition = styled.div`
color: #696969;
margin: 0px;
flex: 1;
line-height: initial;
@media (max-width: 1500px) {
font-size: 20px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ export const LinkTo = styled.div`
export const DeveloperWrapper = styled.div`
display: flex;
flex-direction: column;
gap: 50px;
gap: 20px;
justify-content: flex-start;
align-items: flex-start;
text-align: left;
margin: 0px;
@media (max-width: 1200px) {
gap: 40px;
gap: 18px;
}
`;

Expand Down

0 comments on commit 6e8e466

Please sign in to comment.