Skip to content

Commit 70cffcb

Browse files
committed
style: 💄 why is this not a toggle 🙃
1 parent 7ebcea2 commit 70cffcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/routes/+page.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ default is to load all the components.
9090
If you want to see the intersection observer in action then you'll
9191
need to toggle it off, reload the page and scroll down the page.
9292

93-
<div class="flex items-end">
93+
<div class="flex items-center">
9494
<label for="general-observer-toggle" class="mr-2">
9595
Toggle the GeneralObserver:
9696
</label>
@@ -298,6 +298,7 @@ Usage:
298298
src={`https://open.spotify.com/embed/show/4XPl3uEEL9hvqMkoZrzbx5`}
299299
frameBorder="0"
300300
allow="encrypted-media"
301+
style="border-radius: 0.9rem;"
301302
/>
302303
```
303304

@@ -312,6 +313,7 @@ Output:
312313
src={`https://open.spotify.com/embed/show/4XPl3uEEL9hvqMkoZrzbx5`}
313314
frameBorder="0"
314315
allow="encrypted-media"
316+
style="border-radius: 0.9rem;"
315317
/>
316318

317319
## Gist

0 commit comments

Comments
 (0)