Skip to content

Commit

Permalink
Fix inconsistent weight of items
Browse files Browse the repository at this point in the history
  • Loading branch information
ifvictr committed Apr 18, 2019
1 parent 6d4331b commit c404de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ const NavBar = styled(Flex.withComponent('nav'))`
`

const Item = styled(A).attrs({
bold: true,
my: [1, 0],
px: [2, 3]
})`
color: inherit;
font-weight: bold;
`

const GatsbyItem = Item.withComponent(Link)
Expand Down

0 comments on commit c404de7

Please sign in to comment.