瀏覽代碼

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;
     }