From e22005dc86e45281f0fa563ed25386054ecc5369 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Mon, 20 May 2024 11:04:49 -0500 Subject: [PATCH] Fix CSS on main page for videos --- static/style.css | 5 +++++ static/subpage.css | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index c687364..1bdc3cf 100644 --- a/static/style.css +++ b/static/style.css @@ -262,4 +262,9 @@ li { height: 20px; display: block; position: relative; +} + +video { + width: 95%; + max-height: 90vh; } \ No newline at end of file diff --git a/static/subpage.css b/static/subpage.css index 79d1340..ab32dc8 100644 --- a/static/subpage.css +++ b/static/subpage.css @@ -30,9 +30,4 @@ body { transform: none; opacity: 1; } -} - -video { - width: 95%; - max-height: 90vh; } \ No newline at end of file