Skip to content

Commit

Permalink
design: 카테고리 자동 줄바꿈 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
NaveOWO authored Oct 10, 2023
1 parent a0b62b5 commit de63062
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const CategoryDescription = styled.p`
const Wrapper = styled.div`
display: flex;
flex-wrap: wrap;
width: 85.8rem;
height: 10.5rem;
row-gap: 2rem;
width: 100%;
`;

const CategoryBox = styled.article<{ isSelected?: boolean }>`
Expand Down

0 comments on commit de63062

Please sign in to comment.