Skip to content

Commit

Permalink
정사각형으로 나오는 이미지를 너비값 기준으로 보이게 변경 (#623)
Browse files Browse the repository at this point in the history
* chore: (#620) package-lock.json 업데이트

* fix: (#621) 스토리북을 이용하려고 할 때 웹팩 chunk 관련 에러가 나는 것 수정

* style: (#620) 이미지의 가로, 세로 비율에 맞게 이미지를 보여주도록 수정

* style: (#620) 게시글 작성 시  선택지 이미지에 적용

* chore: (#620) 변경된 컴포넌트 이름이 적용되어 있지 않던 스토리북 파일 수정

* style: (#620) 게시글 작성시 본문 이미지에도 적용
  • Loading branch information
Gilpop8663 authored and chsua committed Sep 19, 2023
1 parent 6bf612c commit 8565736
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export const Image = styled.img`
width: 80%;
aspect-ratio: 1/1;
object-fit: cover;
align-self: center;
object-fit: contain;
@media (min-width: ${theme.breakpoint.md}) {
margin-bottom: 20px;
Expand Down

0 comments on commit 8565736

Please sign in to comment.