From 9f8843073af12359381910de1d898cc41c26e26d Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 8 May 2024 21:43:52 -0400 Subject: [PATCH] fix video size --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 11dc933..488a0fd 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -154,7 +154,7 @@ audio { width: max-content; height: max-content; max-width: 90%; - max-height: 100%; + max-height: 60vh; } article img,