Skip to content

Commit

Permalink
Merge pull request #76 from Beside-Potenday/seungbeom
Browse files Browse the repository at this point in the history
헤더 위치 수정
  • Loading branch information
seung365 authored Aug 7, 2024
2 parents ee8659b + 82d349f commit 5bf22b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/api/hooks/Mail/useGetMailBusiness.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const apiClient = axios.create({
baseURL: BASE_URL,
headers: {
Authorization: `Bearer ${token}`,
job: `business`,
Job: `business`,
},
});

Expand Down
2 changes: 1 addition & 1 deletion src/api/hooks/Mail/useGetMailUniv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const apiClient = axios.create({
baseURL: BASE_URL,
headers: {
Authorization: `Bearer ${token}`,
job: `univ`,
Job: `univ`,
},
});

Expand Down
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 5bf22b8

Please sign in to comment.