Make object-fit property work
This commit is contained in:
parent
7810a2051b
commit
310857d59c
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@
|
||||||
|
|
||||||
.service .image img {
|
.service .image img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: 50% 50%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service .tag {
|
.service .tag {
|
||||||
|
|
Loading…
Reference in a new issue