From 16b54eab0a9fec5d89af9749467e4da150f29aed Mon Sep 17 00:00:00 2001 From: Nicolas DUBIEN Date: Sun, 18 Feb 2024 15:21:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Add=20extra=20spacing=20on=20top?= =?UTF-8?q?=20of=20CTA=20(#4713)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before the fix #4712, the Call To Action (aka CTA) for "Quick Start - 5min" used to be after a 1.25rem spacing (20px). The fix, dropped that spacing putting the CTA button to close from its preceding title. We just put back (part of) this spacing. --- website/src/components/HomepageHeader/styles.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/components/HomepageHeader/styles.module.css b/website/src/components/HomepageHeader/styles.module.css index 6cb141557a1..446d9a9e90c 100644 --- a/website/src/components/HomepageHeader/styles.module.css +++ b/website/src/components/HomepageHeader/styles.module.css @@ -20,6 +20,10 @@ } } +.subTitle { + margin-bottom: 1.25rem; +} + .subTitle .taglineBadges { display: flex; flex-direction: row;