Skip to content

Commit

Permalink
design: 브레드크럼 아이콘 들어가면 정렬 깨지는 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
colorkite10 committed Dec 2, 2023
1 parent a95b152 commit 09c4267
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/common/Breadcrumb/Breadcrumb.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ const BreadcrumbContainer = styled.ol`
list-style: none;
display: flex;
padding: 1rem 0 2rem 0;
height: 6rem;
`;

const CrumbStyled = styled.li`
text-align: center;
display: flex;
align-items: center;
color: ${Theme.color.semiBlack};
font-size: ${Theme.fontSize.largeContent};
cursor: pointer;
Expand Down

0 comments on commit 09c4267

Please sign in to comment.