Skip to content

Commit

Permalink
feat: BookCard 이미지 반응형 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2scent committed Jan 20, 2025
1 parent d76ce53 commit eafcf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/book/ui/BookCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function BookCard({ book }: BookCardProps) {
alt={`${title} 표지`}
width={200}
height={300}
className="h-32 w-full object-cover sm:h-64"
className="size-full object-contain sm:h-64 sm:object-cover"
/>
</div>
<CardContent className="w-2/3 p-4 sm:w-full">
Expand Down

0 comments on commit eafcf9e

Please sign in to comment.