ui(resources): add space below resources content

This commit is contained in:
Jean-Philippe Sirois
2019-11-08 14:33:34 -08:00
parent 90a7936b86
commit 8e42839125
+1 -2
View File
@@ -31,8 +31,7 @@ export const Overlay = styled.div`
export const MainContent = styled.main`
flex: 1 1 auto;
margin-top: 128px;
margin-left: 320px;
margin: 128px 0 128px 320px;
width: calc(100% - 320px);
@media screen and (max-width: 767px) {