From cf004167306c40d9947a50a1bc1b15001eb2af3f Mon Sep 17 00:00:00 2001 From: Terje Russka Date: Tue, 6 Aug 2019 14:38:13 +0300 Subject: [PATCH] fix mentor image stretching --- _sass/mentors.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/mentors.scss b/_sass/mentors.scss index 2c86d7f..3d8ab83 100644 --- a/_sass/mentors.scss +++ b/_sass/mentors.scss @@ -67,6 +67,7 @@ .photo-container { img { max-height : 75vh; + max-width : 75vh; } } }