From 6c7e3f90abaa537c88239f6915943d9ec91edd22 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Wed, 13 Aug 2025 10:48:28 -0700 Subject: [PATCH] Icon: Fix icon width on safari --- assets/css/f5-hugo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/f5-hugo.css b/assets/css/f5-hugo.css index 03b6b5ca..7249302f 100644 --- a/assets/css/f5-hugo.css +++ b/assets/css/f5-hugo.css @@ -357,7 +357,7 @@ a.other-products-card:hover { .card-img, .card-img-top { flex: 0; - width: auto; + width: 40px; max-height: 40px; color: var(--nginx-green); margin-right: 5px;