From 6c351c6a7b8723b53ac93277ff8831d53e4062d6 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 25 Jan 2024 12:09:33 -0600 Subject: [PATCH] Website: Update homepage hero height at <575px (#16340) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://fleetdm.slack.com/archives/C058S8PFSK0/p1706201845597239 Changes: - Reduced the homepage hero height - @<575px: 625px » 600px - @<373px: 647px » 550px --- website/assets/styles/pages/homepage.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/assets/styles/pages/homepage.less b/website/assets/styles/pages/homepage.less index de3589c95d..a78aeb5630 100644 --- a/website/assets/styles/pages/homepage.less +++ b/website/assets/styles/pages/homepage.less @@ -1217,7 +1217,7 @@ } [purpose='homepage-hero'] { - height: 625px; + height: 600px; padding-left: 24px; padding-right: 24px; } @@ -1448,7 +1448,7 @@ } [purpose='homepage-hero'] { - height: 647px; + height: 550px; } [purpose='homepage-content'] {