Skip to content

Commit

Permalink
design :: 반응형
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Apr 16, 2024
1 parent 87e526e commit 7c35494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Team/TeamContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const TeamContainer = ({ name, admin, deploy, tag }: TeamType) => {
};

const Wrapper = styled.div`
width: 1120px;
width: 100%;
height: 134px;
padding: 20px 40px;
border-radius: 6px;
Expand Down
2 changes: 2 additions & 0 deletions src/pages/Team/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ const TipBox = styled.div`
`;

const ContainerWrapper = styled.div`
width: 100%;
max-width: 1120px;
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit 7c35494

Please sign in to comment.