Skip to content

Commit

Permalink
feat : 블로그 모바일 드롭다운 css 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rever0 committed Nov 12, 2023
1 parent 5dd272b commit 961c03b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/BlogPage/components/BlogTab/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ export const TabTitle = styled.article<{ isSelected: boolean }>`
@media (max-width: 767px) {
border-bottom: ${({ isSelected }) => isSelected && `1px solid ${colors.gray200}`};
margin-right: 12px;
font-size: 18px;
padding-bottom: 6px;
}
&:hover {
Expand Down

0 comments on commit 961c03b

Please sign in to comment.