fix: improve ticket slider and sponsor section layout #871
Conversation
Recxsmacx
commented
Dec 15, 2025
✅ Deploy Preview for peaceful-ramanujan-288045 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
fixes #861 |
|
Issue wasn't approved by maintainers yet, please don't open a pr until they do |
|
@thulieblack can you please reopen the pr ! The issue is approved |
|
resolve the conflict @Recxsmacx |
✅ Deploy Preview for peaceful-ramanujan-288045 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Improves the Tickets slider card layout to provide more consistent card heights and align the primary action to the bottom of each ticket card.
Changes:
- Adjusted ticket slider container/card min-heights and flex layout to stabilize vertical spacing.
- Made benefits list flex-grow and moved the CTA into a bottom-aligned container.
- Tweaked pagination dots spacing (
mt-6→mt-4).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <a href={ticket.url} target="_blank" rel="noreferrer"> | ||
| <Button | ||
| type="button" | ||
| className="w-full" | ||
| text="Get a Free Ticket" | ||
| /> | ||
| </a> |
|
@TenzDelek ! Resolved |