diff --git a/app/components/Newsletter.tsx b/app/components/Newsletter.tsx index 0c6792a..2a98f5a 100644 --- a/app/components/Newsletter.tsx +++ b/app/components/Newsletter.tsx @@ -54,13 +54,15 @@ export function Newsletter({ {/* Left: copy — fixed width from sm+ so the form always gets the remaining space. - Icon+text stacked (icon on top, centered) below sm: — side by + Icon+text stacked (icon on top, centered) below lg: — side by side they squeezed the text into a narrow column on a phone (icon width + gap eating most of the card's inner width), - wrapping awkwardly. Row layout with the icon beside the text - is fine again from sm+, where the fixed copy-column width - leaves real room. */} -
+ wrapping awkwardly, and the same squeeze reappeared through + the whole tablet range (640-1023px) once the outer card's own + sm:flex-row already put this copy column next to the form — + row layout for icon+text is only comfortable once there's + real room, i.e. lg+. */} +
{/* Decorative envelope icon, tilted -4° as per design. w-[4rem], not w-16 — this project's --spacing-16 is a