Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/marketing/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -671,16 +671,16 @@ 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;
transform: rotate(-10deg);
}

.hero-float-mark.hf-grok {
top: 240px;
left: 4px;
top: 44px;
left: calc(50% - 39px);
right: auto;
transform: rotate(-4deg);
}
Expand Down Expand Up @@ -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;
Expand Down
Loading