Fix FAQ email import and change images to use object-fit contain with white background
This commit is contained in:
@@ -74,7 +74,8 @@
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -153,7 +153,8 @@
|
||||
.category-media img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user