From f6d7defdf627439570dc019ec60d3182e8e39578 Mon Sep 17 00:00:00 2001 From: heather-storm-sp Date: Mon, 16 Mar 2026 15:03:45 -0600 Subject: [PATCH 1/3] fix: resolve ISC homepage block overlap and update YouTube link Update the YouTube embed on the homepage Getting Started hero to the new video. Fix card title/product label overlap by bumping .cardText bottom offset to 32px, and add min-width: 0 to .contentContainer to prevent grid overflow on narrow viewports. Made-with: Cursor --- src/components/homepage/HomepageCard/styles.module.css | 2 +- src/components/homepage/HomepageGettingStarted/index.tsx | 2 +- .../homepage/HomepageGettingStarted/styles.module.css | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/homepage/HomepageCard/styles.module.css b/src/components/homepage/HomepageCard/styles.module.css index a066e36d9ee5f..d59fafa22def5 100644 --- a/src/components/homepage/HomepageCard/styles.module.css +++ b/src/components/homepage/HomepageCard/styles.module.css @@ -34,7 +34,7 @@ font-size: 16px; font-weight: 600; width: 135px; - bottom: 0; + bottom: 32px; left: 0; color: var(--ifm-primary-text-color); } diff --git a/src/components/homepage/HomepageGettingStarted/index.tsx b/src/components/homepage/HomepageGettingStarted/index.tsx index 226e5fce19379..883b2b93cdad7 100644 --- a/src/components/homepage/HomepageGettingStarted/index.tsx +++ b/src/components/homepage/HomepageGettingStarted/index.tsx @@ -39,7 +39,7 @@ export default function HomepageGettingStarted(): JSX.Element {