Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sections/General/Faq/faqSection.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const FaqSectionWrapper = styled.section`
border-color: transparent;
}
.reusecore__accordion {
margin-bottom: 5rem;
margin-bottom: 2rem;
}
.accordion__item {
.accordion__header {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Loading