Skip to content

Commit ad1693b

Browse files
committed
fix(marketing): lift the Grok mark clear of the mobile headline
1 parent 0172dbd commit ad1693b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

apps/marketing/src/pages/index.astro

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,7 @@ import { RELEASES_URL } from "../lib/releases";
580580
.hero-float-mark.hf-codex { top: 2%; right: 3%; }
581581
.hero-float-mark.hf-opencode { top: 26%; left: 2%; }
582582
.hero-float-mark.hf-cursor { top: 24%; right: 2%; }
583-
/* Sits between the OpenCode mark and the headline. Lower than this and it
584-
crowds the title once the heading wraps to two lines. */
585-
.hero-float-mark.hf-grok { top: 38%; left: 2%; transform: rotate(3deg); }
583+
.hero-float-mark.hf-grok { top: 48%; left: 2%; transform: rotate(3deg); }
586584
}
587585

588586
@media (max-width: 820px) {
@@ -631,8 +629,11 @@ import { RELEASES_URL } from "../lib/releases";
631629
transform: rotate(-10deg);
632630
}
633631

632+
/* Clears the headline, which starts around 256px here: 132px of hero
633+
padding, the 104px Pylon mark, then the title's 20px margin. At 240px
634+
this tile sat directly on the first line of "The control plane". */
634635
.hero-float-mark.hf-grok {
635-
top: 240px;
636+
top: 150px;
636637
left: 4px;
637638
right: auto;
638639
transform: rotate(-4deg);
@@ -661,7 +662,7 @@ import { RELEASES_URL } from "../lib/releases";
661662

662663
@media (max-width: 340px) {
663664
.hero-float-mark.hf-grok {
664-
top: 220px;
665+
top: 146px;
665666
left: 0;
666667
width: 52px;
667668
height: 52px;

0 commit comments

Comments
 (0)