diff --git a/apps/marketing/src/pages/index.astro b/apps/marketing/src/pages/index.astro index 9d1cfbdd125..9a0e1e34114 100644 --- a/apps/marketing/src/pages/index.astro +++ b/apps/marketing/src/pages/index.astro @@ -671,7 +671,7 @@ const mobileEndorsementRows = [ height: 44px; } - /* Three stacked on the left, two on the right — keeps the center CTA clear. */ + /* Three above the headline, two beside the CTA — keeps the copy clear. */ .hero-float-mark.hf-claude { top: 44px; left: 10px; @@ -679,8 +679,8 @@ const mobileEndorsementRows = [ } .hero-float-mark.hf-grok { - top: 240px; - left: 4px; + top: 44px; + left: calc(50% - 39px); right: auto; transform: rotate(-4deg); } @@ -708,8 +708,8 @@ const mobileEndorsementRows = [ @media (max-width: 340px) { .hero-float-mark.hf-grok { - top: 220px; - left: 0; + top: 57px; + left: calc(50% - 26px); width: 52px; height: 52px; border-radius: 14px;