style(website): mobile sidebar menu

This commit is contained in:
moklick
2020-10-14 18:05:34 +02:00
parent 372558c538
commit 0afcf6f776
4 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -18,7 +18,7 @@ const ReactFlowWrapper = styled(Box)`
flex-grow: 1;
.react-flow {
border-bottom:1px solid ${(p) => p.theme.colors.silverLighten30};
border-bottom: 1px solid ${(p) => p.theme.colors.silverLighten30};
height: 65vh;
}
`;
@@ -49,8 +49,6 @@ export default ({ children, title, slug, sourceCodeFiles = [] }) => {
robots: 'index, follow',
};
console.log(sourceCodeFiles);
const hasSource = sourceCodeFiles.length > 0;
return (