From 1a211e8df82f8edf4fd708f28d2b044d62639e22 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Fri, 12 Apr 2019 13:51:11 +1000 Subject: [PATCH] Fix loki image stretching randomly --- stylesheets/_index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 51e4c717f..f63abd9ba 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -75,6 +75,7 @@ height: 70px; background: $color-loki-extra-dark-gray; img { + object-fit: cover; max-width: 60%; max-height: 60%; }