Small change to preview

This commit is contained in:
Henry Hiles 2022-07-12 15:44:30 -04:00
commit fb55ec9ceb

View file

@ -67,7 +67,8 @@ video {
.your-video { .your-video {
position: absolute; position: absolute;
width: 250px; width: 25vw;
height: 25vh;
cursor: grab; cursor: grab;
z-index: 1; z-index: 1;
} }