Skip to content

Commit

Permalink
design: 모바일에서 상위 코멘트 왼쪽 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
chlwlstlf committed Nov 6, 2024
1 parent 20cf78a commit eafe9bb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ export const KeywordContainer = styled.div`
width: fit-content;
margin: 0 auto;
padding: 1rem;
${media.small`
width: 100%;
justify-content: flex-start;
`}
`;

export const KeywordWrapper = styled.div`
Expand Down

0 comments on commit eafe9bb

Please sign in to comment.