From f1a68140ef1b6fc2fa09ffedf821bd3d168db21d Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 5 Sep 2024 10:19:00 -0500 Subject: [PATCH] update video default height --- webpage/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webpage/style.css b/webpage/style.css index b441858..beb9dad 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -25,6 +25,7 @@ body { video{ max-width: 3in; max-height: 4in; + height: 2.5in; } .collapse{ width:0px !important;