Fix FAQ email import and change images to use object-fit contain with white background

This commit is contained in:
sdarbinyan
2026-01-22 12:38:21 +04:00
parent 71cd5984db
commit 95d94fcbc1
8 changed files with 27 additions and 14 deletions

View File

@@ -147,7 +147,8 @@
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-fit: contain;
background: white;
}
}