Skip to content

Commit

Permalink
fix: 반응형으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
borimong committed Sep 17, 2023
1 parent 6e28125 commit a8227d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/feed/FeedPostViewer/FeedPostViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const Container = styled(Box, {
border: '1px solid $black60',
background: '$black100',
'@tablet': {
width: '360px',
width: '100%',
border: 'none',
},
});
Expand Down Expand Up @@ -239,7 +239,7 @@ const CommentLike = styled('div', {
color: '$gray80',
fontStyle: 'T5',
'@tablet': {
width: '180px',
width: '50%',
fontStyle: 'T6',
},
});
Expand Down

0 comments on commit a8227d4

Please sign in to comment.