Metadata
- Suggested Branch:
fix/portfolio-faq-spacing
- Suggested PR Title:
[Fix] [Portfolio]: Adjust FAQ margins
Affected Apps / Packages
- Portfolio (apps/portfolio)
Description
The template FAQ section sits too close to the "Best Fit" dark section without enough breathing room.
Steps to Reproduce
- Go to any template page (e.g.
/templates/signal).
- Scroll to the bottom and check the transition between the dark "Best Fit" section and the light "FAQ" section. Notice the tight layout.
Expected Behavior
There should be a generous spacing between the dark Best Fit section and the FAQ container.
Proposed Fix / Suggestions
Add top padding/margins (py-24 md:py-32) to the outer <section> in TemplateFaqs.tsx instead of only pb-24.
Metadata
fix/portfolio-faq-spacing[Fix] [Portfolio]: Adjust FAQ marginsAffected Apps / Packages
Description
The template FAQ section sits too close to the "Best Fit" dark section without enough breathing room.
Steps to Reproduce
/templates/signal).Expected Behavior
There should be a generous spacing between the dark Best Fit section and the FAQ container.
Proposed Fix / Suggestions
Add top padding/margins (
py-24 md:py-32) to the outer<section>inTemplateFaqs.tsxinstead of onlypb-24.