We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d779a26 commit 9a76fe0Copy full SHA for 9a76fe0
src/components/SkipLink.tsx
@@ -10,7 +10,7 @@ export const SkipLink = () => {
10
<div className="bg-primary-low-contrast focus-within:p-4">
11
<BaseLink
12
href={"#" + MAIN_CONTENT_ID}
13
- className="absolute -top-12 rounded border bg-primary px-4 py-2 leading-8 text-background no-underline hover:no-underline focus:static"
+ className="absolute -top-14 rounded border bg-primary px-4 py-2 leading-8 text-background no-underline hover:no-underline focus:static"
14
>
15
{t("skip-to-main-content")}
16
</BaseLink>
0 commit comments