Skip to content

Commit c238e6f

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

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
@@ -14,7 +14,7 @@ export const SkipLink: React.FC<IProps> = ({ hrefId }) => {
1414
lineHeight="2rem"
1515
position="absolute"
1616
top="-3rem"
17-
ml=".5rem"
17+
ml="2"
1818
color="background"
1919
textDecorationLine="none"
2020
_hover={{ textDecoration: "none" }}

0 commit comments

Comments
 (0)