Skip to content

Commit be24532

Browse files
authored
Update website/src/layout/Layout.tsx
1 parent 6b6f41d commit be24532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/src/layout/Layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,14 @@ export default function Layout({ pageOpts, children }: NextraThemeLayoutProps<Fr
309309
`}
310310
>
311311
<div className="contents md:flex md:items-center md:justify-center md:ps-[var(--graph-docs-header-padding)]">
312-
<div className="flex w-full items-center max-md:ml-2">
312+
<div className="flex items-center max-md:ml-2 md:me-auto">
313313
<ButtonOrLink href="https://thegraph.com/">
314-
<TheGraph color="white" className="prop-size-7" />
314+
<TheGraph size={7} color="white" />
315315
</ButtonOrLink>
316316
<span className="me-4.5 ms-3.5 h-5 w-px shrink-0 bg-space-1300 " />
317317
<ButtonOrLink
318318
href="/"
319-
className="text-body-large text-space-300 outline-offset-4 transition hover:text-white md:-ms-1 md:me-auto"
319+
className="text-body-large text-space-300 outline-offset-4 transition hover:text-white"
320320
>
321321
Docs
322322
</ButtonOrLink>

0 commit comments

Comments
 (0)