Fix FAQ email import and change images to use object-fit contain with white background
This commit is contained in:
@@ -252,7 +252,8 @@
|
||||
.category-media img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
|
||||
@@ -567,7 +568,8 @@
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
transition: transform 0.4s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user