Skip to content

Commit

Permalink
Merge pull request #591 from developerjhp/Fix/styled-590
Browse files Browse the repository at this point in the history
[Fix] Header, UtilWrap 스타일 수정 close #590
  • Loading branch information
developerjhp authored Mar 24, 2022
2 parents bbbe720 + 36a4b17 commit 6a3caf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Header/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from 'styled-components';
export const HeaderContainer = styled.div`
z-index: 2;
height: 4rem;
width: 100vw;
width: 100%;
display: flex;
justify-content: space-between;
padding: 3px;
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/Board/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const UtilWrap = styled.div`
background: #c4c4c4;
display: flex;
align-items: center;
justify-content: end;
justify-content: flex-end;
margin: 3px 3px 0 0;
${({ theme }) => theme.media.tablet`
margin: 3px 3px 6px 0;
Expand Down

0 comments on commit 6a3caf6

Please sign in to comment.