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