Skip to content

Commit

Permalink
design: 카테고리 자동 줄바꿈
Browse files Browse the repository at this point in the history
  • Loading branch information
NaveOWO committed Oct 7, 2023
1 parent 4a1d015 commit 9cf80af
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 9cf80af

Please sign in to comment.