From 9a140ae2a1a5c4711c8d8bac0329042e451816ed Mon Sep 17 00:00:00 2001 From: Chizaram-Igolo Date: Mon, 16 Mar 2026 23:56:55 +0100 Subject: [PATCH] bugfix: Reduce empty space after all integration section (#7511) --- src/sections/General/Faq/faqSection.style.js | 2 +- src/sections/Meshery/Meshery-integrations/Integration.style.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/General/Faq/faqSection.style.js b/src/sections/General/Faq/faqSection.style.js index 1630a14e8e5eb..94d849d732673 100644 --- a/src/sections/General/Faq/faqSection.style.js +++ b/src/sections/General/Faq/faqSection.style.js @@ -121,7 +121,7 @@ const FaqSectionWrapper = styled.section` border-color: transparent; } .reusecore__accordion { - margin-bottom: 5rem; + margin-bottom: 2rem; } .accordion__item { .accordion__header { diff --git a/src/sections/Meshery/Meshery-integrations/Integration.style.js b/src/sections/Meshery/Meshery-integrations/Integration.style.js index 29ef889488799..2959b5bb3f183 100755 --- a/src/sections/Meshery/Meshery-integrations/Integration.style.js +++ b/src/sections/Meshery/Meshery-integrations/Integration.style.js @@ -169,7 +169,7 @@ export const HoneycombGrid = styled.div` export const IntegrationsWrapper = styled.div` max-width: 75rem; - margin: 5.1875rem auto; + margin: 5.1875rem auto 1rem; text-align: center; min-height: 300px; /* Add explicit min-height */ position: relative; /* Add position for better layout control */