mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-21 18:48:36 +00:00
Merge pull request #19 from puria/main
fix: 💄 Enhance visualisation of the Tutorial on mobile
This commit is contained in:
commit
bab2df3442
@ -19,11 +19,9 @@ ReactDOM.render(
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div className="flex justify-center">
|
<main className="p-4 max-w-3xl prose">
|
||||||
<main className="p-4 max-w-3xl prose">
|
<Tutorial />
|
||||||
<Tutorial />
|
</main>
|
||||||
</main>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</React.StrictMode>,
|
</React.StrictMode>,
|
||||||
document.getElementById('root')
|
document.getElementById('root')
|
||||||
|
|||||||
@ -8,6 +8,6 @@
|
|||||||
height: inherit !important;
|
height: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-center {
|
main {
|
||||||
justify-content: center;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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:
|
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)
|
### late(cycles)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user