👌 remove gap between header and search bar
This commit is contained in:
parent
35716b108a
commit
222b6d8c62
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ import { remSize } from '../../theme';
|
|||
export default styled.div`
|
||||
/* Dashboard Styles */
|
||||
z-index: 0;
|
||||
margin-top: ${props => remSize(props.slimheader ? 50 : 68)};
|
||||
margin-top: ${props => remSize(props.slimheader ? 49 : 68)};
|
||||
`;
|
||||
|
|
Loading…
Reference in a new issue