Prevent streching vertical images #44 (#128)

This commit is contained in:
Dilek Üzülmez Taş 2020-10-30 19:52:31 +03:00 committed by GitHub
parent d0c32c5d08
commit 1374b77fdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,6 +114,8 @@ body {
.author-profile img {
height: 120px;
width: 120px;
-o-object-fit: cover;
object-fit: cover;
background-color: #f9fafc;
padding: 5px;
}