diff --git a/Shared/Resources/Appanoose.nnwtheme/stylesheet.css b/Shared/Resources/Appanoose.nnwtheme/stylesheet.css index e47730139..0662fbd39 100644 --- a/Shared/Resources/Appanoose.nnwtheme/stylesheet.css +++ b/Shared/Resources/Appanoose.nnwtheme/stylesheet.css @@ -277,6 +277,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto; diff --git a/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css b/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css index c929ac40e..0e2c0c91a 100644 --- a/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css +++ b/Shared/Resources/Hyperlegible.nnwtheme/stylesheet.css @@ -224,6 +224,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto; diff --git a/Shared/Resources/NewsFax.nnwtheme/stylesheet.css b/Shared/Resources/NewsFax.nnwtheme/stylesheet.css index 63260d030..f8ad9ea23 100644 --- a/Shared/Resources/NewsFax.nnwtheme/stylesheet.css +++ b/Shared/Resources/NewsFax.nnwtheme/stylesheet.css @@ -273,6 +273,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto; diff --git a/Shared/Resources/Promenade.nnwtheme/stylesheet.css b/Shared/Resources/Promenade.nnwtheme/stylesheet.css index 8b78fa56d..b76e4a58b 100644 --- a/Shared/Resources/Promenade.nnwtheme/stylesheet.css +++ b/Shared/Resources/Promenade.nnwtheme/stylesheet.css @@ -246,6 +246,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto; diff --git a/Shared/Resources/Sepia.nnwtheme/stylesheet.css b/Shared/Resources/Sepia.nnwtheme/stylesheet.css index b7d9a02dc..b0c81d1d0 100644 --- a/Shared/Resources/Sepia.nnwtheme/stylesheet.css +++ b/Shared/Resources/Sepia.nnwtheme/stylesheet.css @@ -241,6 +241,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto;