From d8d6c0f26a5b188244e7c91bda2148106a133a99 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 23 Jul 2020 00:13:52 -0700 Subject: [PATCH] Ginger mentioned increasing the height of video a bit --- webroot/styles/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/styles/layout.css b/webroot/styles/layout.css index ac116b001..1ecb027bd 100644 --- a/webroot/styles/layout.css +++ b/webroot/styles/layout.css @@ -2,7 +2,7 @@ :root { --header-height: 3.5em; --right-col-width: 24em; - --video-container-height: 50vh; + --video-container-height: 55vh; --header-bg-color: rgba(20,0,40,1); --user-image-width: 10em; }