Skip to content

Commit c5f37a4

Browse files
authored
fix: Set fixed max width on card images (#239)
1 parent edb036c commit c5f37a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/f5-hugo.css

+2-1
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)