Skip to content

Commit

Permalink
fix(docs-infra): size footer links to appropriate size for SEO (#35098)
Browse files Browse the repository at this point in the history
Footer links did not have enough space between them, so lighthouse was
reporting that tap targets are not appropriately sized. Added the
required 8px space between links.

Also updated the margin of group headers accordingly.

Fixes #34901

PR Close #35098
  • Loading branch information
ajitsinghkaler authored and mhevery committed Feb 4, 2020
1 parent d5eada6 commit 67b3c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/src/styles/1-layouts/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ footer {
@include font-size(16);
text-transform: uppercase;
font-weight: 400;
margin: 0 0 16px;
margin: 8px 0 12px;
color: $white;
}
p {
Expand Down Expand Up @@ -69,7 +69,7 @@ footer {

li {
list-style-type: none;
padding: 0px;
padding: 4px 0;
text-align: left;
}
}
Expand Down

0 comments on commit 67b3c96

Please sign in to comment.