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 d13e04a commit 5315c44Copy full SHA for 5315c44
src/components/SkipLink.tsx
@@ -10,7 +10,7 @@ export const SkipLink = () => {
10
<div className="bg-primary">
11
<BaseLink
12
href={"#" + MAIN_CONTENT_ID}
13
- className="absolute -top-3 ms-2 leading-8 text-background no-underline hover:no-underline focus:static"
+ className="absolute -top-12 ms-2 leading-8 text-background no-underline hover:no-underline focus:static"
14
>
15
{t("skip-to-main-content")}
16
</BaseLink>
0 commit comments