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](https://user-images.githubusercontent.com/88248797/223161344-0a5b3a5e-a8cc-4b4c-8fa0-2387fcc41ec0.webm) **To Reproduce** Steps to reproduce the behavior: 1. Go to https://www.freecodecamp.org/ 2. Click on <kbd>tab</kbd> until you reach the footer 3. See outline **Expected behavior** the outline shouldn't touch the text  **Additional context** the outline is touching the text because of this property ```css .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 
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:
Expected behavior
the outline shouldn't touch the text
Additional context
the outline is touching the text because of this property
we can remove the
0or add offset to the outline in the footer if it's a link. yes it's affect the tax link