From 9459670cb07d2d6aa5aa4957561c0a2aab1e2dd5 Mon Sep 17 00:00:00 2001 From: Daniel Huckaby Date: Mon, 30 Sep 2024 21:59:05 -0500 Subject: [PATCH] Adjust css --- docs/stylesheets/extra.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 2c64ac8..3d1a904 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -54,8 +54,6 @@ } } -#video{ - object-fit: initial; - width: 270px; - height: 570px; +#video { + max-width: 50%; }