style(website): mobile sidebar menu
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user