Fix loki image stretching randomly

This commit is contained in:
Mikunj 2019-04-12 13:51:11 +10:00
parent 495ddcabab
commit 1a211e8df8
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@
height: 70px;
background: $color-loki-extra-dark-gray;
img {
object-fit: cover;
max-width: 60%;
max-height: 60%;
}