Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Slightly reduce spacing between top-level menu links
Browse files Browse the repository at this point in the history
Co-authored-by: George Tsiolis <[email protected]>
  • Loading branch information
jankeromnes and gtsiolis committed Jan 22, 2021
1 parent e446481 commit 215f370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const StyledNav = styled.nav`
@media(min-width: 1041px) {
&:not(:last-child) {
margin-right: 5rem;
margin-right: 4rem;
}
}
Expand Down

0 comments on commit 215f370

Please sign in to comment.