Skip to content

Commit

Permalink
fix: 만든이들 페이지 백엔드 팀 너비가 정상적으로 작동하지 않는 현상 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
junyeokk committed May 17, 2024
1 parent bbf54b2 commit 321214a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ContributorPage.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const PositionContainer = styled.div`
align-items: center;
justify-content: center;
margin: 40px 0;
width: 100%;
`;

export const PositionTextWrapper = styled.div`
Expand Down

0 comments on commit 321214a

Please sign in to comment.