From 44eaac57fd44128549a8636f90a6a7d4d653eb86 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Mon, 28 Apr 2025 16:18:59 -0700 Subject: [PATCH] fix: Set fixed max width on card images --- assets/css/f5-hugo.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/f5-hugo.css b/assets/css/f5-hugo.css index 3a177d03..b7f95bd4 100644 --- a/assets/css/f5-hugo.css +++ b/assets/css/f5-hugo.css @@ -356,7 +356,8 @@ a.other-products-card:hover { .card-img, .card-img-top { - width: max-content; + flex: 0; + width: auto; max-height: 40px; color: var(--nginx-green); margin-right: 5px;