mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-22 13:32:11 +00:00
The cloud hero text wrapper used lg:translate-x-[25%] which translates by 25% of its own 640px min-width = 160px past the viewport at lg-but-not-xl widths (1024-1279px), making the CLOUD badge, heading, and subtitle clip on portrait monitors like 1080x1920. Sibling product heroes (local, enterprise, api) all use 10% for the same class. Align the cloud hero with that established pattern. Fixes FE-610