Skip to content

Commit

Permalink
feature/#25/css 가운데 위치하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmj12 committed Dec 20, 2024
1 parent 2ae5841 commit 2073abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Project/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const ProjectDetailContainer = styled.div`
max-width: 1200px;
align-items: center;
padding: 20px 20px 20px 20px;
margin: auto;
`;

export const ProjectDetailTitle = styled.p`
Expand Down

0 comments on commit 2073abb

Please sign in to comment.