From 6f8f167d19a3001575775e961e15c1fd7ade279b Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 23 Jun 2024 14:24:56 -0400 Subject: [PATCH] slightly better vh for mobile devices --- assets/styles/video/_container.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/video/_container.scss b/assets/styles/video/_container.scss index e9fe933d..67a70c30 100644 --- a/assets/styles/video/_container.scss +++ b/assets/styles/video/_container.scss @@ -28,7 +28,7 @@ height: 100%; converse-muc { - min-height: max(62vh, 400px); + min-height: max(58vh, 400px); } }