Skip to content

Commit

Permalink
refactor: 불필요한 코드 삭제 및 Header의 태블릿 환경 너비 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimJi-An committed Nov 6, 2024
1 parent 704f5a3 commit 6cb193a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/features/layout/Header/index.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ export const Nav = styled.nav<NavProps>`
${responsiveStyle({
tablet: {
width: '100%',
width: '80%',
justifyContent: 'center',
marginTop: '10px',
},
mobile: {
width: '100%',
flexDirection: 'column',
alignItems: 'stretch',
textAlign: 'center',
Expand Down
3 changes: 0 additions & 3 deletions src/pages/myCompanyPage/MyCompany.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export const companyWrapperStyle = css`
gap: '15px',
width: '100%',
},
mobile: {
flexDirection: 'column',
},
})}
`;

Expand Down

0 comments on commit 6cb193a

Please sign in to comment.