From b1b1aa2037f5f3e7302994c8bf4fabdc9ad4993b Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 24 Jul 2026 20:07:50 +0000 Subject: [PATCH] Stack Impulse & Tipps hero's email CTA below sm: for consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Input and button were a fixed row at every width, squeezing together on a narrow phone — now flex-col sm:flex-row, full width when stacked, same pattern as Challenge's EmailCapture and the other mail CTAs already fixed. --- app/newsletter/components/WeeklyImpulsesHero.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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). */} +