Skip to content

Commit cc6e9f8

Browse files
Update src/components/SkipLink.tsx
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent 2fd0f03 commit cc6e9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SkipLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const SkipLink: React.FC<IProps> = ({ hrefId }) => {
1313
href={hrefId}
1414
lineHeight="taller"
1515
position="absolute"
16-
top="-3rem"
16+
top="-12"
1717
ml="2"
1818
color="background"
1919
textDecorationLine="none"

0 commit comments

Comments
 (0)