Files
ComfyUI_frontend/apps
Glary-Bot ad8d35e547 fix(website): prevent cloud hero text from overflowing at lg viewports
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
2026-05-14 15:23:02 +00:00
..