Merge pull request #19 from puria/main

fix: 💄 Enhance visualisation of the Tutorial on mobile
This commit is contained in:
Felix Roos 2022-02-27 18:04:06 +01:00 committed by GitHub
commit bab2df3442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 8 deletions

View File

@ -19,11 +19,9 @@ ReactDOM.render(
)}
</div>
</header>
<div className="flex justify-center">
<main className="p-4 max-w-3xl prose">
<Tutorial />
</main>
</div>
<main className="p-4 max-w-3xl prose">
<Tutorial />
</main>
</div>
</React.StrictMode>,
document.getElementById('root')

View File

@ -8,6 +8,6 @@
height: inherit !important;
}
.justify-center {
justify-content: center;
main {
margin: 0 auto;
}

View File

@ -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:
<MiniRepl tune={`cat(e5, b4.late(0.5))`} />
<MiniRepl tune={`cat(e5, b4.early(0.5))`} />
### late(cycles)