Skip to content

Commit 44eaac5

Browse files
committed
fix: Set fixed max width on card images
1 parent eff8a1d commit 44eaac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/f5-hugo.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ a.other-products-card:hover {
356356

357357
.card-img,
358358
.card-img-top {
359-
width: max-content;
359+
flex: 0;
360+
width: auto;
360361
max-height: 40px;
361362
color: var(--nginx-green);
362363
margin-right: 5px;

0 commit comments

Comments
 (0)