Skip to content

Commit

Permalink
fix: accessibility issue on footer
Browse files Browse the repository at this point in the history
Increase spacing between footer navigation links.
Increase text size.

fixes #15
  • Loading branch information
igobranco committed Dec 6, 2024
1 parent 8c5636b commit 4d820e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ $gray-footer: #eee !default;
$logo-color: #4e4e4e !default;

.footer-navigation {
background-color: $gray-footer;
padding-top: 2rem;
padding-bottom: 2rem;
}

.footer-copyright {
color: $logo-color;
font-size: 0.7rem;
font-size: 0.9rem;
display: block;
line-height: 1.1;
padding: .8rem 0;
Expand All @@ -27,6 +28,11 @@ $logo-color: #4e4e4e !default;
padding: 0;
margin: 0;

li {
margin: 0.1rem 0.1rem 0.1rem 0;
padding: 0.1rem 0.1rem 0.1rem 0;
}

a {
color: black;
}
Expand Down

0 comments on commit 4d820e8

Please sign in to comment.