소스 검색

Limit height of card images

Zed 5 년 전
부모
커밋
ced729c6d5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/sass/tweet/card.scss

+ 1 - 0
src/sass/tweet/card.scss

@@ -81,6 +81,7 @@
     img {
         width: 100%;
         height: 100%;
+        max-height: 400px;
         display: block;
         object-fit: cover;
     }