Skip to content

Commit

Permalink
design: 헤더 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seung365 committed Aug 7, 2024
1 parent 9b97a8a commit 82d349f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Layout/Header/MainHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ const MidWrapper = styled.div`
`;

const LogoLink = styled(Link)`
margin-left: 250px;
margin-left: 200px;
@media (max-width: ${breakpoints.md}) {
margin-left: 100px;
margin-left: 50px;
}
`;

Expand Down

0 comments on commit 82d349f

Please sign in to comment.