Skip to content

Commit

Permalink
fix: add more spaces around nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Sep 29, 2019
1 parent 0dadaa4 commit 400c6df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.css
Expand Up @@ -88,6 +88,10 @@ footer nav a {
color: var(--secondary-color);
}

footer nav > a {
margin: 0 5px;
}

footer nav a:hover {
text-decoration: underline dashed;
}
Expand Down

0 comments on commit 400c6df

Please sign in to comment.