splitting a tutorial into introduction and assessment

This commit is contained in:
Delucse
2020-08-31 16:52:30 +02:00
parent d379489a91
commit 8c13a9e316
5 changed files with 59 additions and 6 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class CodeViewer extends Component {
var curlyBrackets = '{ }';
var unequal = '<>';
return (
<Card style={{height: '500px'}}>
<Card style={{height: '100%', maxHeight: '500px'}}>
<Accordion
square={true}
style={{margin: 0}}