Skip to content

Commit

Permalink
fix: better spacing of footer links on tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed May 8, 2020
1 parent 1187160 commit 8f27817
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

.Footer-logo {
width: 195px;
min-width: 195px;
height: 45px;
display: inline-block;
background-image: url('../images/developers-logo-footer.svg');
Expand All @@ -51,11 +52,16 @@
margin: 0;
padding: 0;

li {
text-align: center;
}

a {
color: var(--footer-text-color);
text-decoration: none;
font-size: 0.9rem;
padding: 0.5rem 0 0.5rem 1rem;
display: inline-block;
}

a:hover {
Expand Down

0 comments on commit 8f27817

Please sign in to comment.