This commit is contained in:
2025-08-20 16:42:17 +05:45
parent 55c420e32f
commit 6fd5d31018
16 changed files with 55 additions and 14 deletions

View File

@@ -7519,6 +7519,9 @@
.object-cover {
object-fit: cover;
}
.object-contain {
object-fit: contain;
}
.objpos-center {
object-position: center;
}