We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748471f commit 9a140aeCopy full SHA for 9a140ae
src/sections/General/Faq/faqSection.style.js
@@ -121,7 +121,7 @@ const FaqSectionWrapper = styled.section`
121
border-color: transparent;
122
}
123
.reusecore__accordion {
124
- margin-bottom: 5rem;
+ margin-bottom: 2rem;
125
126
.accordion__item {
127
.accordion__header {
src/sections/Meshery/Meshery-integrations/Integration.style.js
@@ -169,7 +169,7 @@ export const HoneycombGrid = styled.div`
169
170
export const IntegrationsWrapper = styled.div`
171
max-width: 75rem;
172
- margin: 5.1875rem auto;
+ margin: 5.1875rem auto 1rem;
173
text-align: center;
174
min-height: 300px; /* Add explicit min-height */
175
position: relative; /* Add position for better layout control */
0 commit comments