Explorar o código

Limit height of card images

Zed %!s(int64=5) %!d(string=hai) anos
pai
achega
ced729c6d5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
     }