From 96dad2a49a2afcbb3056408bbea4e5d04a451976 Mon Sep 17 00:00:00 2001 From: veh3546 <113540609+veh3546@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:48:12 -0400 Subject: [PATCH] Centers the icons on homepage (#2089) Co-authored-by: Eric Zhu --- website/src/components/HomepageFeatures.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/components/HomepageFeatures.module.css b/website/src/components/HomepageFeatures.module.css index 3f778709d7a9..cf5431c63eea 100644 --- a/website/src/components/HomepageFeatures.module.css +++ b/website/src/components/HomepageFeatures.module.css @@ -8,6 +8,6 @@ } .featureSvg { - height: 120px; - width: 200px; + height: 130px; + width: auto; }