aboutsummaryrefslogtreecommitdiff
path: root/app/features/navbar/styled/DrawerContainer.js
blob: 3b282705521261a7741837ccbe38ef1814f9a628 (plain)
1
2
3
4
5
6
7
8
// @flow

import styled from 'styled-components';

export default styled.div`
    margin-right: 68px;
    padding: 0 0.8em;
`;