fix: 2px misalignment

feat: Improved readability of tabs and subheadings
This commit is contained in:
Tom Moor
2019-07-07 21:40:34 -07:00
parent 091e542406
commit 7db0be0a6a
6 changed files with 45 additions and 24 deletions

View File

@ -82,10 +82,9 @@ const ResultWrapper = styled.div`
`;
const ResultWrapperLink = styled(ResultWrapper.withComponent('a'))`
margin: 0 -10px;
margin: 0 -8px;
padding: 8px 4px;
border-radius: 8px;
border: 2px solid transparent;
&:hover,
&:active,