Prevent streching vertical images #44

This commit is contained in:
Dilek Üzülmez 2020-10-30 19:26:44 +03:00
parent d0c32c5d08
commit ed753c39af

View file

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