Skip to content

Commit c8d5895

Browse files
authored
Merge pull request #22548 from Arhell/fix-table
fix image display in firefox browser
2 parents b9c083d + bd35d6a commit c8d5895

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/scss/_tablet.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,15 @@ $feature-box-div-width: 45%;
9191
max-width: 25%;
9292
max-height: 100%;
9393
transform: translateY(-50%);
94+
width: 100%;
9495
}
9596

9697
&:nth-child(odd) {
9798
padding-right: 210px;
9899

99100
.image-wrapper {
100101
right: 0;
102+
text-align: right;
101103
}
102104
}
103105

@@ -106,6 +108,7 @@ $feature-box-div-width: 45%;
106108

107109
.image-wrapper {
108110
left: 0;
111+
text-align: left;
109112
}
110113
}
111114

0 commit comments

Comments
 (0)