Skip to content

Commit 9a140ae

Browse files
bugfix: Reduce empty space after all integration section (#7511)
1 parent 748471f commit 9a140ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sections/General/Faq/faqSection.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const FaqSectionWrapper = styled.section`
121121
border-color: transparent;
122122
}
123123
.reusecore__accordion {
124-
margin-bottom: 5rem;
124+
margin-bottom: 2rem;
125125
}
126126
.accordion__item {
127127
.accordion__header {

src/sections/Meshery/Meshery-integrations/Integration.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const HoneycombGrid = styled.div`
169169

170170
export const IntegrationsWrapper = styled.div`
171171
max-width: 75rem;
172-
margin: 5.1875rem auto;
172+
margin: 5.1875rem auto 1rem;
173173
text-align: center;
174174
min-height: 300px; /* Add explicit min-height */
175175
position: relative; /* Add position for better layout control */

0 commit comments

Comments
 (0)