From f87fec1c8b04509079f3a3d0acd727f459b6675a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 19 Jul 2020 12:51:26 -0400 Subject: local.css: set video max-width to 100% --- local.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index c33c12b5..1415ad7e 100644 --- a/local.css +++ b/local.css @@ -4,6 +4,8 @@ #content { line-height: 1.5 } +video { max-width: 100% } + .pagecopyright, .pagelicense { font-style: normal } .pagelicense { margin-top: 0.5em } .pagelicense p { margin-top: 0 } -- cgit v1.2.3