Skip to content

Commit

Permalink
fix: 디테일 화면 이미지 높이 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Apr 20, 2023
1 parent f7ef601 commit be8e66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screen/Detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const ImageLayer = styled.div`

const Image = styled.img`
object-fit: cover;
height: 100%;
aspect-ratio: 4/3;
&:first-child {
grid-column: 1 / span 2;
Expand Down

1 comment on commit be8e66c

@vercel
Copy link

@vercel vercel bot commented on be8e66c Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.