add vendor specific css prefixes

This commit is contained in:
hossainemruz 2020-08-21 16:35:28 +00:00 committed by GitHub
parent d3c02f0223
commit f6df1967a8
7 changed files with 218 additions and 16 deletions

View file

@ -136,7 +136,8 @@ img.right {
.card .card-head {
height: 172px;
object-fit: cover;
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
}