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

@@ -4,7 +4,7 @@ import styled from 'styled-components';
const Tabs = styled.nav`
border-bottom: 1px solid ${props => props.theme.divider};
margin-top: 22px;
margin-bottom: 10px;
margin-bottom: 12px;
`;
export default Tabs;