diff --git a/website/src/pages/learn/getting-started.mdx b/website/src/pages/learn/getting-started.mdx
index b6fefd5a..1237efa5 100644
--- a/website/src/pages/learn/getting-started.mdx
+++ b/website/src/pages/learn/getting-started.mdx
@@ -28,9 +28,9 @@ Strudel however runs directly in your web browser, does not require any custom s
The main place to actually make music with Strudel is the [Strudel REPL](https://strudel.tidalcycles.org/) ([what is a REPL?](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop)), but in these pages you will also encounter interactive "MiniREPLs" where you can listen to and edit Strudel patterns.
Try clicking the play icon below:
-
+
-Then edit the text so it reads `s("bd sn cp hh")` and click the refresh icon.
+Then edit the text so it reads `s("bd sd cp hh")` and click the refresh icon.
Congratulations, you have now live coded your first Strudel pattern!
With Strudel, you can expressively write dynamic music pieces.
diff --git a/website/src/styles/index.css b/website/src/styles/index.css
index 8e07d0cf..86fdb74e 100644
--- a/website/src/styles/index.css
+++ b/website/src/styles/index.css
@@ -8,6 +8,6 @@ body {
display: none !important;
}
-h1 {
+.prose > h1 {
padding-top: 30px;
}