Skip to content

Commit

Permalink
refactor: 모든 이미지에 object-fit속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
khj0426 committed Oct 31, 2023
1 parent 9bbaf17 commit 05cd364
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base{
img{
object-fit:cover;
}
}

0 comments on commit 05cd364

Please sign in to comment.