can not run techdocs maybe this is it..

Signed-off-by: Maapteh <maarten@oudenniel.nl>
This commit is contained in:
Maapteh
2023-05-30 17:33:12 +02:00
parent f242762235
commit 7493e04275
@@ -227,4 +227,14 @@ export default ({ theme, sidebar }: RuleOptions) => `
width: 12.1rem;
}
}
@media print {
.md-sidebar {
display: none;
}
.md-content {
margin: 0;
}
}
`;