Add border to left navigation

pull/8/head
Vasek Mlejnsky 6 years ago
parent b2df1339b8
commit 34e859bd77

@ -21,6 +21,7 @@ const AsideWrapper = styled.aside`
min-width: 320px;
overflow-x: hidden;
background: ${colors.MAIN};
border-right: 1px solid ${colors.DIVIDER};
`;
const StickyContainerWrapper = styled.div`

Loading…
Cancel
Save