From f73b87435a9ed6703992bc9983bcabe83c511afa Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Mar 2021 12:29:38 +0000 Subject: [PATCH] Video style --- epicyon-profile.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 69413f016..c0cbe5087 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -184,6 +184,10 @@ body, html { image-rendering: var(--rendering); } +video { + width: 100%; +} + figure { padding-left: 0; padding-right: 0; @@ -1002,9 +1006,6 @@ div.container { font-size: var(--font-size); color: var(--title-color); } - video { - width: 125%; - } .accountsTable { width: 100%; border: 0; @@ -1675,9 +1676,6 @@ div.container { font-size: var(--font-size-mobile); color: var(--title-color); } - video { - width: 100%; - } .accountsTable { width: 100%; border: 0;