We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076cc91 commit 12aeab2Copy full SHA for 12aeab2
1 file changed
static/showcases/toggle-live-audio-video.scss
@@ -3,7 +3,8 @@
3
4
#streams {
5
display: flex;
6
- justify-content: space-around;
+ flex-wrap: wrap;
7
+ gap: var(--size-1);
8
margin-top: var(--size-3);
9
10
button {
0 commit comments