diff --git a/repl/src/tutorial/Tutorial.js b/repl/src/tutorial/Tutorial.js index f16e6f1c..a721a0a1 100644 --- a/repl/src/tutorial/Tutorial.js +++ b/repl/src/tutorial/Tutorial.js @@ -19,11 +19,9 @@ ReactDOM.render( )} -
-
- -
-
+
+ +
, document.getElementById('root') diff --git a/repl/src/tutorial/style.css b/repl/src/tutorial/style.css index 1abd05e8..2a2e1d06 100644 --- a/repl/src/tutorial/style.css +++ b/repl/src/tutorial/style.css @@ -8,6 +8,6 @@ height: inherit !important; } -.justify-center { - justify-content: center; +main { + margin: 0 auto; } diff --git a/repl/src/tutorial/tutorial.mdx b/repl/src/tutorial/tutorial.mdx index 43b06859..f6175a3d 100644 --- a/repl/src/tutorial/tutorial.mdx +++ b/repl/src/tutorial/tutorial.mdx @@ -315,7 +315,7 @@ Like "\*" in mini notation, **fast** will play a pattern times the given number With early, you can nudge a pattern to start earlier in time: - + ### late(cycles)