adjusted css to object-fit cover

This commit is contained in:
oriofir
2022-08-29 15:04:48 -07:00
parent 8f707afb64
commit 369f46defe
5 changed files with 38 additions and 1 deletions
+1
View File
@@ -145,6 +145,7 @@
> img {
object-fit: cover;
height: 100%;
width: 100%;
}
}