Sfoglia il codice sorgente

Limit height of card images

Zed 5 anni fa
parent
commit
ced729c6d5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
     }