File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ default is to load all the components.
9090If you want to see the intersection observer in action then you'll
9191need 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
You can’t perform that action at this time.
0 commit comments