Skip to content

Commit

Permalink
feat: height 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hayounSong committed Nov 7, 2024
1 parent 3889406 commit 6dbb896
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/coffeechat/CoffeeChatCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const Container = styled(m.div)<{ isEmptyData?: boolean; isBlurred?: boolean; is
padding: 32px;
width: 420px;
min-width: 420px;
height: 100%;
height: 280px;
overflow: hidden;
${({ isEmptyData }) =>
isEmptyData &&
Expand Down Expand Up @@ -216,8 +216,9 @@ const Container = styled(m.div)<{ isEmptyData?: boolean; isBlurred?: boolean; is
border-radius: 20px;
width: calc(100vw - 40px);
min-width: calc(100vw - 40px);
height:234px;
}
`;

Expand Down

0 comments on commit 6dbb896

Please sign in to comment.