remove -1 bottom from navigation links

This commit is contained in:
Nan Yu
2020-09-12 11:24:58 -07:00
parent 2161fba1dd
commit ffab4fbf76

View File

@@ -10,7 +10,6 @@ type Props = {
const StyledNavLink = styled(NavLink)`
position: relative;
bottom: -1px;
display: inline-block;
font-weight: 500;