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;