Fix auto-prefixer workflow (#971)

Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2024-09-08 03:30:42 +06:00 committed by GitHub
parent 0090f7b1fa
commit f2e549772d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 98 additions and 88 deletions

View file

@ -22,7 +22,8 @@
}
.card-img-top {
object-fit: cover;
-o-object-fit: cover;
object-fit: cover;
@include transition();
}
@ -61,7 +62,8 @@
&:focus {
.card-img-top {
transform: scale(1.2);
object-fit: cover;
-o-object-fit: cover;
object-fit: cover;
@include transition();
}
}