diff --git a/app/newsletter/components/WeeklyImpulsesHero.tsx b/app/newsletter/components/WeeklyImpulsesHero.tsx index d69bbe4..3fbdc3a 100644 --- a/app/newsletter/components/WeeklyImpulsesHero.tsx +++ b/app/newsletter/components/WeeklyImpulsesHero.tsx @@ -116,7 +116,14 @@ export function WeeklyImpulsesHero() {

) : (
-
+ {/* flex-col sm:flex-row, no items-start at the base tier — + stacks full-width below sm: (default align-items: + stretch is what makes the button fill the row once + stacked), same pattern as /challenge's EmailCapture. + Was a fixed row at every width before, squeezing input + + button together on a narrow phone (fixed 2026-07-24, + consistency with the other mail CTAs). */} +