Skip to content

Commit 8fbd193

Browse files
committed
fix: Safari img width bug
1 parent bbfa436 commit 8fbd193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/f5-hugo.css

Lines changed: 1 addition & 1 deletion
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)