Skip to content

Footer tending guides' links outline is touching the text #622

@Sboonny

Description

@Sboonny

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:

  1. Go to https://www.freecodecamp.org/
  2. Click on tab until you reach the footer
  3. See outline

Expected behavior
the outline shouldn't touch the text

image

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions