From a862591180295b8036bfee50860584feb210d663 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 29 Jan 2024 18:29:35 -0600 Subject: [PATCH] Website: update integration cards on homepage. (#16439) Changes: - Removed the set height and updated the padding of the integration cards on the homepage. --- website/assets/styles/pages/homepage.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/assets/styles/pages/homepage.less b/website/assets/styles/pages/homepage.less index cdf4ff2c68..4a38cbbf0f 100644 --- a/website/assets/styles/pages/homepage.less +++ b/website/assets/styles/pages/homepage.less @@ -420,6 +420,7 @@ } } a { + display: flex; text-decoration: none; } @@ -429,9 +430,9 @@ } cursor: pointer; width: 222px; - height: 169px; + height: 180px; display: flex; - padding: 24px; + padding: 24px 16px; align-items: flex-start; flex-direction: column; border-radius: 8px;