Autoprefixed

This commit is contained in:
Dilek Üzülmez 2020-10-30 19:28:11 +03:00
parent ed753c39af
commit 6904650a28

View file

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