From fb55ec9ceba654efa65ed537133ee40d446382cf Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 12 Jul 2022 15:44:30 -0400 Subject: [PATCH] Small change to preview --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 66b3306..4124db4 100644 --- a/public/style.css +++ b/public/style.css @@ -67,7 +67,8 @@ video { .your-video { position: absolute; - width: 250px; + width: 25vw; + height: 25vh; cursor: grab; z-index: 1; }