Skip to content

Commit eff8a1d

Browse files
authored
fix: Safari img width bug (#238)
1 parent 4d1df2b commit eff8a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/f5-hugo.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ a.other-products-card:hover {
356356

357357
.card-img,
358358
.card-img-top {
359-
width: auto;
359+
width: max-content;
360360
max-height: 40px;
361361
color: var(--nginx-green);
362362
margin-right: 5px;

0 commit comments

Comments
 (0)