Skip to content

Commit

Permalink
fix : blog tab mobile boder style
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rever0 committed Oct 20, 2023
1 parent 85aa5ef commit 5c178a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/BlogPage/components/navigation/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const TabTitle = styled.article<MenuTitleProps>`
/* 모바일 뷰 */
@media (max-width: 767px) {
border-bottom: ${({ isSelected }) => isSelected && `1px solid ${colors.gray200}`};
margin-right: 12px;
}
`;
Expand Down

0 comments on commit 5c178a1

Please sign in to comment.