Skip to content

Commit

Permalink
design :: project 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Feb 28, 2024
1 parent 6546443 commit 6bd78d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/user/src/pages/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ const TopContainer = styled.div`
align-items: center;
justify-content: space-between;
margin-top: 92px;
> div {
width: 518px;
}
`;

const Logo = styled.img`
Expand All @@ -156,17 +159,23 @@ const Logo = styled.img`
const Date = styled.div`
${theme.font.subTitle2};
color: ${theme.color.primary500};
width: 100%;
text-align: end;
`;

const Name = styled.div`
${theme.font.heading4};
color: ${theme.color.gray900};
margin: 6px 0;
width: 100%;
text-align: end;
`;

const TeamName = styled.div`
${theme.font.heading5};
color: ${theme.color.gray600};
width: 100%;
text-align: end;
`;

const Description = styled.div`
Expand Down

0 comments on commit 6bd78d9

Please sign in to comment.