generated from freeCodeCamp/template
-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Edit: the issue has been changed in freeCodeCamp, I have transferred it here to start changing news here as well.
Describe the bug
While navigating the footer using the keyboard, the outline is touching the text, which doesn't look visually clean.
rec-tab.12.webm
To Reproduce
Steps to reproduce the behavior:
- Go to https://www.freecodecamp.org/
- Click on tab until you reach the footer
- See outline
Expected behavior
the outline shouldn't touch the text
Additional context
the outline is touching the text because of this property
.footer-col a {
padding: 5px 0;
}
we can remove the 0
or add offset to the outline in the footer if it's a link. yes it's affect the tax link
Metadata
Metadata
Assignees
Labels
No labels