fix image display in firefox browser (#19421)
This commit is contained in:
@@ -133,18 +133,21 @@ $feature-box-div-width: 45%
|
|||||||
max-width: 25%
|
max-width: 25%
|
||||||
max-height: 100%
|
max-height: 100%
|
||||||
transform: translateY(-50%)
|
transform: translateY(-50%)
|
||||||
|
width: 100%
|
||||||
|
|
||||||
&:nth-child(odd)
|
&:nth-child(odd)
|
||||||
padding-right: 210px
|
padding-right: 210px
|
||||||
|
|
||||||
.image-wrapper
|
.image-wrapper
|
||||||
right: 0
|
right: 0
|
||||||
|
text-align: right
|
||||||
|
|
||||||
&:nth-child(even)
|
&:nth-child(even)
|
||||||
padding-left: 210px
|
padding-left: 210px
|
||||||
|
|
||||||
.image-wrapper
|
.image-wrapper
|
||||||
left: 0
|
left: 0
|
||||||
|
text-align: left
|
||||||
|
|
||||||
&:nth-child(1)
|
&:nth-child(1)
|
||||||
padding-right: 0
|
padding-right: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user