Fix FAQ email import and change images to use object-fit contain with white background
This commit is contained in:
@@ -280,7 +280,8 @@
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@@ -373,7 +374,8 @@
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
display: block;
|
||||
transition: transform 0.3s;
|
||||
}
|
||||
@@ -1464,7 +1466,8 @@
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
background: white;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user