Skip to content

Commit

Permalink
Improve link spacing in header language tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen committed Aug 14, 2018
1 parent 3a5de7f commit 0426657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const TooltipItem = styled.div`
flex-direction: row;
align-items: flex-start;
padding: 15px 15px;
padding: 15px 15px 5px;
&:not(:first-child) {
border-top: 1px solid ${color.mediumlight};
Expand Down Expand Up @@ -130,6 +130,7 @@ const Detail = styled.div`
const LanguageLink = styled(Link)`
text-decoration: underline;
margin-right: 10px;
margin-bottom: 10px;
`;

const GitHubWrapper = styled.div`
Expand Down

0 comments on commit 0426657

Please sign in to comment.