File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments