From aba9bec2606dcd9d8b3b4f1599268dfa90a6c062 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 23 Jun 2025 10:54:36 -0500 Subject: [PATCH] Wesbite: Update homepage ticker styles (#30241) Closes: https://github.com/fleetdm/fleet/issues/30235 Changes: - Updated the max height of the bottom ticker on the homepage to prevent it from being cut off vertically on smaller screens. --- website/assets/styles/pages/homepage.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/assets/styles/pages/homepage.less b/website/assets/styles/pages/homepage.less index a0538a94ee..b932ef0b56 100644 --- a/website/assets/styles/pages/homepage.less +++ b/website/assets/styles/pages/homepage.less @@ -1461,9 +1461,7 @@ display: block; } } - [purpose='option-container'] { - height: 33.6px; - } + [purpose='feature-table'] { [purpose='feature-name'] { height: unset; @@ -1478,6 +1476,9 @@ padding-right: 17px; padding-bottom: 187px; height: 520px; + [purpose='option-container'] { + height: 33.6px; + } } [purpose='hero-background-image'] {