We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35716b1 commit 222b6d8Copy full SHA for 222b6d8
client/modules/Mobile/MobileViewContent.jsx
@@ -6,5 +6,5 @@ import { remSize } from '../../theme';
6
export default styled.div`
7
/* Dashboard Styles */
8
z-index: 0;
9
- margin-top: ${props => remSize(props.slimheader ? 50 : 68)};
+ margin-top: ${props => remSize(props.slimheader ? 49 : 68)};
10
`;
0 commit comments