Browse Source

Limit height of card images

Zed 5 years ago
parent
commit
ced729c6d5
1 changed files with 1 additions and 0 deletions
  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;
     }