Skip to content

Commit

Permalink
fix: ClassCard 이미지 비율 고정 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
KIMGEONHWI committed Jan 24, 2025
1 parent e1bbaa4 commit 3009d83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ClassCard/index.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export const cardImageStyle = style({
height: '8.4rem',
flexShrink: 0,

objectFit: 'cover',

borderRadius: 3.4,

backgroundColor: vars.colors.gray04,
Expand Down

0 comments on commit 3009d83

Please sign in to comment.