Skip to content

Commit

Permalink
Footer: Increase click target and margin for external links
Browse files Browse the repository at this point in the history
Flagged by Lighthouse.
  • Loading branch information
Krinkle committed Jul 30, 2020
1 parent ab6434b commit 4386bfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _sass/amethyst.scss
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,9 @@ iframe {
}

.external-links a {
margin: 0 0.5rem;
margin: 0 0.5rem 0 0;
// Larger click target for mobile
padding: 1rem 0.5rem;
}

.cta {
Expand Down

0 comments on commit 4386bfd

Please sign in to comment.