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 */