Skip to content

Commit

Permalink
chore: 모바일 환경에서 헤더에 구인게시판 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
prgmr99 committed Nov 12, 2024
1 parent ba433c7 commit 964c052
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/header/Header.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,10 @@ const Header = styled.header<{ $isLogin?: boolean }>`
}
.header__navigation {
display: none;
display: flex;
align-items: center;
font-size: 1.2rem;
margin-bottom: 1rem;
}
.header__menu {
Expand Down

0 comments on commit 964c052

Please sign in to comment.