Skip to content

Commit 222b6d8

Browse files
committed
👌 remove gap between header and search bar
1 parent 35716b1 commit 222b6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/Mobile/MobileViewContent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import { remSize } from '../../theme';
66
export default styled.div`
77
/* Dashboard Styles */
88
z-index: 0;
9-
margin-top: ${props => remSize(props.slimheader ? 50 : 68)};
9+
margin-top: ${props => remSize(props.slimheader ? 49 : 68)};
1010
`;

0 commit comments

Comments
 (0)