fix(hero): restore mobile secondary CTA, stop primary from shrinking - #346
Merged
Conversation
.hero-actions .btn-ghost was still display:none under 900px from a pre-rebase layout; 2026 already handles narrow screens with the existing <=600px full-width stack rule, so hiding it here just starved .hero-actions of its second flex item and squeezed the primary button's shrink-to-fit width down to ~42%.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
2026regressed after feat(hero): topic rotor + programme/SEO unification, pill-less wordmark #331 merged squashed at a pre-fix state:.hero-actions .btn-ghost { display: none; }under 900px was hiding the secondary CTA on mobile and starving the primary CTA's flex-basis, shrinking GET TICKETS to ~42% of the gutter.agent/astro-engineer/devf-40branch (never landed in feat(hero): topic rotor + programme/SEO unification, pill-less wordmark #331) onto a fresh branch fromorigin/2026: removes the staledisplay: nonerule, and drops the dead comment referencing it.Verification
npm run buildclean.2026(766d5a8a) confirms GET TICKETS full-width, STAY IN THE LOOP beneath it, and the full DATE / PLACE / DOORS OPEN IN strip above the fold, all in one frame.